#328a3d

Color #328A3D Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #328A3D

Tints of Japanese Laurel #328A3D

Color information

#328A3D (or 0x328A3D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8A and 3D. RGB value is (50,138,61). Sum of RGB (Red+Green+Blue) = 50+138+61=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #328A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A3D is #CD75C2. Grayscale: #676767. Windows color (decimal): -13465027 or 4033074. OLE color: 4033074.

HSL color Cylindrical-coordinate representation of color #328A3D: hue angle of 127.5º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A3D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB5013861-
CMYK0.6400.560.46
HSL127.5º46.81%36.86%-
HSV(B)127.5º63.77%54.12%-
XYZ11.2519.197.53-
YUV102.91104.3590.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=20.08%
G=55.42%
B=24.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138610.6400.560.46127.546.8136.86
Hex328A3D400382E802f25
Octal6221275100070562005745
Binary110010100010101111011000000011100010111010000000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328a3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328a3d; }

 p { color: rgb(50,138,61); }

 H1.HeaderClassName
 {
   color: #328a3d;
 }
 .AnyTagClassName
 {
   color: #328a3d;
 }
</style>
background-color css

<style>
 a { background-color: #328a3d; }

 a { background-color: rgb(50,138,61); }

 div.DivClassName
 {
   background-color: #328a3d;
 }
 .BgClassName
 {
   background-color: #328a3d;
 }
</style>
border-color css

<style>
 span { border-color: #328a3d; }

 span { border-color: rgb(50,138,61); }

 td.TdClassName
 {
   border-color: #328a3d;
 }
 .TagClassName
 {
   border-color: #328a3d;
 }
</style>