Shades of Japanese Laurel #336B2C
Tints of Japanese Laurel #336B2C
RGB
CMYK
RGB Variations
Color information
#336B2C (or 0x336B2C) is known color: Japanese Laurel. HEX triplet: 33, 6B and 2C. RGB value is (51,107,44). Sum of RGB (Red+Green+Blue) = 51+107+44=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #336B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B2C is #CC94D3. Grayscale: #535353. Windows color (decimal): -13407444 or 2911027. OLE color: 2911027.
HSL color Cylindrical-coordinate representation of color #336B2C: hue angle of 113.33º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336B2C is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 44 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.58 |
| HSL | 113.33º | 0.42% | 0.3% | - |
| HSV(B) | 113.33º | 0.59% | 0.42% | - |
| XYZ | 7.08 | 11.4 | 4.21 | - |
| YUV | 83.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 44 | 0.52 | 0 | 0.59 | 0.58 | 113.33 | 0.42 | 0.3 |
| Hex | 33 | 6B | 2C | 34 | 0 | 3B | 3A | 71 | 2A | 1E |
| Octal | 63 | 153 | 54 | 64 | 0 | 73 | 72 | 161 | 52 | 36 |
| Binary | 110011 | 1101011 | 101100 | 110100 | 0 | 111011 | 111010 | 1110001 | 101010 | 11110 |
Color Harmonies of #336B2C
Complementary color
Monochromatic Colors of #336B2C
Black with #336B2C
Text Example
Text Example
White with #336B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B2C; }
p { color: rgb(51,107,44); }
H1.HeaderClassName
{
color: #336B2C;
}
.AnyTagClassName
{
color: #336B2C;
}
</style>
background-color css
<style>
a { background-color: #336B2C; }
a { background-color: rgb(51,107,44); }
div.DivClassName
{
background-color: #336B2C;
}
.BgClassName
{
background-color: #336B2C;
}
</style>
border-color css
<style>
span { border-color: #336B2C; }
span { border-color: rgb(51,107,44); }
td.TdClassName
{
border-color: #336B2C;
}
.TagClassName
{
border-color: #336B2C;
}
</style>