Shades of Japanese Laurel #336F34
Tints of Japanese Laurel #336F34
RGB
CMYK
RGB Variations
Color information
#336F34 (or 0x336F34) is known color: Japanese Laurel. HEX triplet: 33, 6F and 34. RGB value is (51,111,52). Sum of RGB (Red+Green+Blue) = 51+111+52=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #336F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F34 is #CC90CB. Grayscale: #565656. Windows color (decimal): -13406412 or 3436339. OLE color: 3436339.
HSL color Cylindrical-coordinate representation of color #336F34: hue angle of 121º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F34 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 52 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.56 |
| HSL | 121º | 0.37% | 0.32% | - |
| HSV(B) | 121º | 0.54% | 0.44% | - |
| XYZ | 7.67 | 12.32 | 5.22 | - |
| YUV | 86.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 52 | 0.54 | 0 | 0.53 | 0.56 | 121 | 0.37 | 0.32 |
| Hex | 33 | 6F | 34 | 36 | 0 | 35 | 38 | 79 | 25 | 20 |
| Octal | 63 | 157 | 64 | 66 | 0 | 65 | 70 | 171 | 45 | 40 |
| Binary | 110011 | 1101111 | 110100 | 110110 | 0 | 110101 | 111000 | 1111001 | 100101 | 100000 |
Color Harmonies of #336F34
Complementary color
Monochromatic Colors of #336F34
Black with #336F34
Text Example
Text Example
White with #336F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F34; }
p { color: rgb(51,111,52); }
H1.HeaderClassName
{
color: #336F34;
}
.AnyTagClassName
{
color: #336F34;
}
</style>
background-color css
<style>
a { background-color: #336F34; }
a { background-color: rgb(51,111,52); }
div.DivClassName
{
background-color: #336F34;
}
.BgClassName
{
background-color: #336F34;
}
</style>
border-color css
<style>
span { border-color: #336F34; }
span { border-color: rgb(51,111,52); }
td.TdClassName
{
border-color: #336F34;
}
.TagClassName
{
border-color: #336F34;
}
</style>