#32712E

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

Shades of Japanese Laurel #32712E

Tints of Japanese Laurel #32712E

Color information

#32712E (or 0x32712E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 71 and 2E. RGB value is (50,113,46). Sum of RGB (Red+Green+Blue) = 50+113+46=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #32712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32712E is #CD8ED1. Grayscale: #565656. Windows color (decimal): -13471442 or 3043634. OLE color: 3043634.

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

Color convert

RGB5011346-
CMYK0.5600.590.56
HSL116.42º42.14%31.18%-
HSV(B)116.42º59.29%44.31%-
XYZ7.7112.694.63-
YUV86.52105.13101.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=23.92%
G=54.07%
B=22.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113460.5600.590.56116.4242.1431.18
Hex32712E3803B38742a1f
Octal621615670073701645237
Binary11001011100011011101110000111011111000111010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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