Shades of Japanese Laurel #337337
Tints of Japanese Laurel #337337
RGB
CMYK
RGB Variations
Color information
#337337 (or 0x337337) is known color: Japanese Laurel. HEX triplet: 33, 73 and 37. RGB value is (51,115,55). Sum of RGB (Red+Green+Blue) = 51+115+55=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #337337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337337 is #CC8CC8. Grayscale: #595959. Windows color (decimal): -13405385 or 3633971. OLE color: 3633971.
HSL color Cylindrical-coordinate representation of color #337337: hue angle of 123.75º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337337 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 55 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.55 |
| HSL | 123.75º | 0.39% | 0.33% | - |
| HSV(B) | 123.75º | 0.56% | 0.45% | - |
| XYZ | 8.19 | 13.24 | 5.74 | - |
| YUV | 89.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 55 | 0.56 | 0 | 0.52 | 0.55 | 123.75 | 0.39 | 0.33 |
| Hex | 33 | 73 | 37 | 38 | 0 | 34 | 37 | 7C | 27 | 21 |
| Octal | 63 | 163 | 67 | 70 | 0 | 64 | 67 | 174 | 47 | 41 |
| Binary | 110011 | 1110011 | 110111 | 111000 | 0 | 110100 | 110111 | 1111100 | 100111 | 100001 |
Color Harmonies of #337337
Complementary color
Monochromatic Colors of #337337
Black with #337337
Text Example
Text Example
White with #337337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337337; }
p { color: rgb(51,115,55); }
H1.HeaderClassName
{
color: #337337;
}
.AnyTagClassName
{
color: #337337;
}
</style>
background-color css
<style>
a { background-color: #337337; }
a { background-color: rgb(51,115,55); }
div.DivClassName
{
background-color: #337337;
}
.BgClassName
{
background-color: #337337;
}
</style>
border-color css
<style>
span { border-color: #337337; }
span { border-color: rgb(51,115,55); }
td.TdClassName
{
border-color: #337337;
}
.TagClassName
{
border-color: #337337;
}
</style>