Shades of Japanese Laurel #32702C
Tints of Japanese Laurel #32702C
RGB
CMYK
RGB Variations
Color information
#32702C (or 0x32702C) is known color: Japanese Laurel. HEX triplet: 32, 70 and 2C. RGB value is (50,112,44). Sum of RGB (Red+Green+Blue) = 50+112+44=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #32702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32702C is #CD8FD3. Grayscale: #555555. Windows color (decimal): -13471700 or 2912306. OLE color: 2912306.
HSL color Cylindrical-coordinate representation of color #32702C: hue angle of 114.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32702C is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 44 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.56 |
| HSL | 114.71º | 0.44% | 0.31% | - |
| HSV(B) | 114.71º | 0.61% | 0.44% | - |
| XYZ | 7.56 | 12.45 | 4.39 | - |
| YUV | 85.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 44 | 0.55 | 0 | 0.61 | 0.56 | 114.71 | 0.44 | 0.31 |
| Hex | 32 | 70 | 2C | 37 | 0 | 3D | 38 | 73 | 2C | 1F |
| Octal | 62 | 160 | 54 | 67 | 0 | 75 | 70 | 163 | 54 | 37 |
| Binary | 110010 | 1110000 | 101100 | 110111 | 0 | 111101 | 111000 | 1110011 | 101100 | 11111 |
Color Harmonies of #32702C
Complementary color
Monochromatic Colors of #32702C
Black with #32702C
Text Example
Text Example
White with #32702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32702C; }
p { color: rgb(50,112,44); }
H1.HeaderClassName
{
color: #32702C;
}
.AnyTagClassName
{
color: #32702C;
}
</style>
background-color css
<style>
a { background-color: #32702C; }
a { background-color: rgb(50,112,44); }
div.DivClassName
{
background-color: #32702C;
}
.BgClassName
{
background-color: #32702C;
}
</style>
border-color css
<style>
span { border-color: #32702C; }
span { border-color: rgb(50,112,44); }
td.TdClassName
{
border-color: #32702C;
}
.TagClassName
{
border-color: #32702C;
}
</style>