Shades of Japanese Laurel #33772E
Tints of Japanese Laurel #33772E
RGB
CMYK
RGB Variations
Color information
#33772E (or 0x33772E) is known color: Japanese Laurel. HEX triplet: 33, 77 and 2E. RGB value is (51,119,46). Sum of RGB (Red+Green+Blue) = 51+119+46=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #33772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33772E is #CC88D1. Grayscale: #5A5A5A. Windows color (decimal): -13404370 or 3045171. OLE color: 3045171.
HSL color Cylindrical-coordinate representation of color #33772E: hue angle of 115.89º 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 #33772E is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 46 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.53 |
| HSL | 115.89º | 0.44% | 0.32% | - |
| HSV(B) | 115.89º | 0.61% | 0.47% | - |
| XYZ | 8.46 | 14.09 | 4.86 | - |
| YUV | 90.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 46 | 0.57 | 0 | 0.61 | 0.53 | 115.89 | 0.44 | 0.32 |
| Hex | 33 | 77 | 2E | 39 | 0 | 3D | 35 | 74 | 2C | 20 |
| Octal | 63 | 167 | 56 | 71 | 0 | 75 | 65 | 164 | 54 | 40 |
| Binary | 110011 | 1110111 | 101110 | 111001 | 0 | 111101 | 110101 | 1110100 | 101100 | 100000 |
Color Harmonies of #33772E
Complementary color
Monochromatic Colors of #33772E
Black with #33772E
Text Example
Text Example
White with #33772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33772E; }
p { color: rgb(51,119,46); }
H1.HeaderClassName
{
color: #33772E;
}
.AnyTagClassName
{
color: #33772E;
}
</style>
background-color css
<style>
a { background-color: #33772E; }
a { background-color: rgb(51,119,46); }
div.DivClassName
{
background-color: #33772E;
}
.BgClassName
{
background-color: #33772E;
}
</style>
border-color css
<style>
span { border-color: #33772E; }
span { border-color: rgb(51,119,46); }
td.TdClassName
{
border-color: #33772E;
}
.TagClassName
{
border-color: #33772E;
}
</style>