Shades of Japanese Laurel #336D2B
Tints of Japanese Laurel #336D2B
RGB
CMYK
RGB Variations
Color information
#336D2B (or 0x336D2B) is known color: Japanese Laurel. HEX triplet: 33, 6D and 2B. RGB value is (51,109,43). Sum of RGB (Red+Green+Blue) = 51+109+43=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #336D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D2B is #CC92D4. Grayscale: #545454. Windows color (decimal): -13406933 or 2846003. OLE color: 2846003.
HSL color Cylindrical-coordinate representation of color #336D2B: hue angle of 112.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #336D2B is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 43 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.57 |
| HSL | 112.73º | 0.43% | 0.3% | - |
| HSV(B) | 112.73º | 0.61% | 0.43% | - |
| XYZ | 7.27 | 11.82 | 4.18 | - |
| YUV | 84.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 43 | 0.53 | 0 | 0.61 | 0.57 | 112.73 | 0.43 | 0.3 |
| Hex | 33 | 6D | 2B | 35 | 0 | 3D | 39 | 71 | 2B | 1E |
| Octal | 63 | 155 | 53 | 65 | 0 | 75 | 71 | 161 | 53 | 36 |
| Binary | 110011 | 1101101 | 101011 | 110101 | 0 | 111101 | 111001 | 1110001 | 101011 | 11110 |
Color Harmonies of #336D2B
Complementary color
Monochromatic Colors of #336D2B
Black with #336D2B
Text Example
Text Example
White with #336D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D2B; }
p { color: rgb(51,109,43); }
H1.HeaderClassName
{
color: #336D2B;
}
.AnyTagClassName
{
color: #336D2B;
}
</style>
background-color css
<style>
a { background-color: #336D2B; }
a { background-color: rgb(51,109,43); }
div.DivClassName
{
background-color: #336D2B;
}
.BgClassName
{
background-color: #336D2B;
}
</style>
border-color css
<style>
span { border-color: #336D2B; }
span { border-color: rgb(51,109,43); }
td.TdClassName
{
border-color: #336D2B;
}
.TagClassName
{
border-color: #336D2B;
}
</style>