#32873F

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

Shades of Japanese Laurel #32873F

Tints of Japanese Laurel #32873F

Color information

#32873F (or 0x32873F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 87 and 3F. RGB value is (50,135,63). Sum of RGB (Red+Green+Blue) = 50+135+63=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #32873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32873F is #CD78C0. Grayscale: #656565. Windows color (decimal): -13465793 or 4163378. OLE color: 4163378.

HSL color Cylindrical-coordinate representation of color #32873F: hue angle of 129.18º 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 #32873F is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5013563-
CMYK0.6300.530.47
HSL129.18º45.95%36.27%-
HSV(B)129.18º62.96%52.94%-
XYZ10.8818.367.67-
YUV101.38106.3491.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 63 (25% from 255) = 25.40%
R=20.16%
G=54.44%
B=25.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135630.6300.530.47129.1845.9536.27
Hex32873F3F0352F812e24
Octal622077777065572015644
Binary11001010000111111111111111011010110111110000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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