Shades of Japanese Laurel #32732F
Tints of Japanese Laurel #32732F
RGB
CMYK
RGB Variations
Color information
#32732F (or 0x32732F) is known color: Japanese Laurel. HEX triplet: 32, 73 and 2F. RGB value is (50,115,47). Sum of RGB (Red+Green+Blue) = 50+115+47=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #32732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32732F is #CD8CD0. Grayscale: #585858. Windows color (decimal): -13470929 or 3109682. OLE color: 3109682.
HSL color Cylindrical-coordinate representation of color #32732F: hue angle of 117.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32732F is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 47 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.55 |
| HSL | 117.35º | 0.42% | 0.32% | - |
| HSV(B) | 117.35º | 0.59% | 0.45% | - |
| XYZ | 7.96 | 13.14 | 4.81 | - |
| YUV | 87.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 47 | 0.57 | 0 | 0.59 | 0.55 | 117.35 | 0.42 | 0.32 |
| Hex | 32 | 73 | 2F | 39 | 0 | 3B | 37 | 75 | 2A | 20 |
| Octal | 62 | 163 | 57 | 71 | 0 | 73 | 67 | 165 | 52 | 40 |
| Binary | 110010 | 1110011 | 101111 | 111001 | 0 | 111011 | 110111 | 1110101 | 101010 | 100000 |
Color Harmonies of #32732F
Complementary color
Monochromatic Colors of #32732F
Black with #32732F
Text Example
Text Example
White with #32732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32732F; }
p { color: rgb(50,115,47); }
H1.HeaderClassName
{
color: #32732F;
}
.AnyTagClassName
{
color: #32732F;
}
</style>
background-color css
<style>
a { background-color: #32732F; }
a { background-color: rgb(50,115,47); }
div.DivClassName
{
background-color: #32732F;
}
.BgClassName
{
background-color: #32732F;
}
</style>
border-color css
<style>
span { border-color: #32732F; }
span { border-color: rgb(50,115,47); }
td.TdClassName
{
border-color: #32732F;
}
.TagClassName
{
border-color: #32732F;
}
</style>