#32712B

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

Shades of Japanese Laurel #32712B

Tints of Japanese Laurel #32712B

Color information

#32712B (or 0x32712B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 71 and 2B. RGB value is (50,113,43). Sum of RGB (Red+Green+Blue) = 50+113+43=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #32712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32712B is #CD8ED4. Grayscale: #565656. Windows color (decimal): -13471445 or 2847026. OLE color: 2847026.

HSL color Cylindrical-coordinate representation of color #32712B: hue angle of 114º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32712B is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB5011343-
CMYK0.5600.620.56
HSL114º44.87%30.59%-
HSV(B)114º61.95%44.31%-
XYZ7.6612.664.33-
YUV86.18103.63102.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 113 (44.53% from 255) = 54.85%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=24.27%
G=54.85%
B=20.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113430.5600.620.5611444.8730.59
Hex32712B3803E38722d1f
Octal621615370076701625537
Binary11001011100011010111110000111110111000111001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32712B; }

 p { color: rgb(50,113,43); }

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

<style>
 a { background-color: #32712B; }

 a { background-color: rgb(50,113,43); }

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

<style>
 span { border-color: #32712B; }

 span { border-color: rgb(50,113,43); }

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