#32873C

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

Shades of Japanese Laurel #32873C

Tints of Japanese Laurel #32873C

Color information

#32873C (or 0x32873C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 87 and 3C. RGB value is (50,135,60). Sum of RGB (Red+Green+Blue) = 50+135+60=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #32873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32873C is #CD78C3. Grayscale: #656565. Windows color (decimal): -13465796 or 3966770. OLE color: 3966770.

HSL color Cylindrical-coordinate representation of color #32873C: hue angle of 127.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32873C is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB5013560-
CMYK0.6300.560.47
HSL127.06º45.95%36.27%-
HSV(B)127.06º62.96%52.94%-
XYZ10.7918.337.24-
YUV101.04104.8491.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 135 (53.12% from 255) = 55.10%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=20.41%
G=55.10%
B=24.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135600.6300.560.47127.0645.9536.27
Hex32873C3F0382F7f2e24
Octal622077477070571775644
Binary1100101000011111110011111101110001011111111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32873C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32873C; }

 p { color: rgb(50,135,60); }

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

<style>
 a { background-color: #32873C; }

 a { background-color: rgb(50,135,60); }

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

<style>
 span { border-color: #32873C; }

 span { border-color: rgb(50,135,60); }

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