Shades of Japanese Laurel #32772E
Tints of Japanese Laurel #32772E
RGB
CMYK
RGB Variations
Color information
#32772E (or 0x32772E) is known color: Japanese Laurel. HEX triplet: 32, 77 and 2E. RGB value is (50,119,46). Sum of RGB (Red+Green+Blue) = 50+119+46=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #32772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32772E is #CD88D1. Grayscale: #5A5A5A. Windows color (decimal): -13469906 or 3045170. OLE color: 3045170.
HSL color Cylindrical-coordinate representation of color #32772E: hue angle of 116.71º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32772E is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 46 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.53 |
| HSL | 116.71º | 0.44% | 0.32% | - |
| HSV(B) | 116.71º | 0.61% | 0.47% | - |
| XYZ | 8.41 | 14.07 | 4.86 | - |
| YUV | 90.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 46 | 0.58 | 0 | 0.61 | 0.53 | 116.71 | 0.44 | 0.32 |
| Hex | 32 | 77 | 2E | 3A | 0 | 3D | 35 | 75 | 2C | 20 |
| Octal | 62 | 167 | 56 | 72 | 0 | 75 | 65 | 165 | 54 | 40 |
| Binary | 110010 | 1110111 | 101110 | 111010 | 0 | 111101 | 110101 | 1110101 | 101100 | 100000 |
Color Harmonies of #32772E
Complementary color
Monochromatic Colors of #32772E
Black with #32772E
Text Example
Text Example
White with #32772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32772E; }
p { color: rgb(50,119,46); }
H1.HeaderClassName
{
color: #32772E;
}
.AnyTagClassName
{
color: #32772E;
}
</style>
background-color css
<style>
a { background-color: #32772E; }
a { background-color: rgb(50,119,46); }
div.DivClassName
{
background-color: #32772E;
}
.BgClassName
{
background-color: #32772E;
}
</style>
border-color css
<style>
span { border-color: #32772E; }
span { border-color: rgb(50,119,46); }
td.TdClassName
{
border-color: #32772E;
}
.TagClassName
{
border-color: #32772E;
}
</style>