Shades of Japanese Laurel #32733B
Tints of Japanese Laurel #32733B
RGB
CMYK
RGB Variations
Color information
#32733B (or 0x32733B) is known color: Japanese Laurel. HEX triplet: 32, 73 and 3B. RGB value is (50,115,59). Sum of RGB (Red+Green+Blue) = 50+115+59=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #32733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32733B is #CD8CC4. Grayscale: #595959. Windows color (decimal): -13470917 or 3896114. OLE color: 3896114.
HSL color Cylindrical-coordinate representation of color #32733B: hue angle of 128.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32733B is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 59 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.55 |
| HSL | 128.31º | 0.39% | 0.32% | - |
| HSV(B) | 128.31º | 0.57% | 0.45% | - |
| XYZ | 8.24 | 13.26 | 6.26 | - |
| YUV | 89.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 59 | 0.57 | 0 | 0.49 | 0.55 | 128.31 | 0.39 | 0.32 |
| Hex | 32 | 73 | 3B | 39 | 0 | 31 | 37 | 80 | 27 | 20 |
| Octal | 62 | 163 | 73 | 71 | 0 | 61 | 67 | 200 | 47 | 40 |
| Binary | 110010 | 1110011 | 111011 | 111001 | 0 | 110001 | 110111 | 10000000 | 100111 | 100000 |
Color Harmonies of #32733B
Complementary color
Monochromatic Colors of #32733B
Black with #32733B
Text Example
Text Example
White with #32733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32733B; }
p { color: rgb(50,115,59); }
H1.HeaderClassName
{
color: #32733B;
}
.AnyTagClassName
{
color: #32733B;
}
</style>
background-color css
<style>
a { background-color: #32733B; }
a { background-color: rgb(50,115,59); }
div.DivClassName
{
background-color: #32733B;
}
.BgClassName
{
background-color: #32733B;
}
</style>
border-color css
<style>
span { border-color: #32733B; }
span { border-color: rgb(50,115,59); }
td.TdClassName
{
border-color: #32733B;
}
.TagClassName
{
border-color: #32733B;
}
</style>