Shades of Japanese Laurel #32732E
Tints of Japanese Laurel #32732E
RGB
CMYK
RGB Variations
Color information
#32732E (or 0x32732E) is known color: Japanese Laurel. HEX triplet: 32, 73 and 2E. RGB value is (50,115,46). Sum of RGB (Red+Green+Blue) = 50+115+46=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #32732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32732E is #CD8CD1. Grayscale: #575757. Windows color (decimal): -13470930 or 3044146. OLE color: 3044146.
HSL color Cylindrical-coordinate representation of color #32732E: hue angle of 116.52º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32732E is Cyan = 0.57, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 46 | - |
| CMYK | 0.57 | 0 | 0.6 | 0.55 |
| HSL | 116.52º | 0.43% | 0.32% | - |
| HSV(B) | 116.52º | 0.6% | 0.45% | - |
| XYZ | 7.94 | 13.14 | 4.7 | - |
| YUV | 87.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 46 | 0.57 | 0 | 0.6 | 0.55 | 116.52 | 0.43 | 0.32 |
| Hex | 32 | 73 | 2E | 39 | 0 | 3C | 37 | 75 | 2B | 20 |
| Octal | 62 | 163 | 56 | 71 | 0 | 74 | 67 | 165 | 53 | 40 |
| Binary | 110010 | 1110011 | 101110 | 111001 | 0 | 111100 | 110111 | 1110101 | 101011 | 100000 |
Color Harmonies of #32732E
Complementary color
Monochromatic Colors of #32732E
Black with #32732E
Text Example
Text Example
White with #32732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32732E; }
p { color: rgb(50,115,46); }
H1.HeaderClassName
{
color: #32732E;
}
.AnyTagClassName
{
color: #32732E;
}
</style>
background-color css
<style>
a { background-color: #32732E; }
a { background-color: rgb(50,115,46); }
div.DivClassName
{
background-color: #32732E;
}
.BgClassName
{
background-color: #32732E;
}
</style>
border-color css
<style>
span { border-color: #32732E; }
span { border-color: rgb(50,115,46); }
td.TdClassName
{
border-color: #32732E;
}
.TagClassName
{
border-color: #32732E;
}
</style>