Shades of Japanese Laurel #337F37
Tints of Japanese Laurel #337F37
RGB
CMYK
RGB Variations
Color information
#337F37 (or 0x337F37) is known color: Japanese Laurel. HEX triplet: 33, 7F and 37. RGB value is (51,127,55). Sum of RGB (Red+Green+Blue) = 51+127+55=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #337F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337F37 is #CC80C8. Grayscale: #606060. Windows color (decimal): -13402313 or 3637043. OLE color: 3637043.
HSL color Cylindrical-coordinate representation of color #337F37: hue angle of 123.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F37 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 51 | 127 | 55 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.50 |
| HSL | 123.16º | 0.43% | 0.35% | - |
| HSV(B) | 123.16º | 0.6% | 0.5% | - |
| XYZ | 9.64 | 16.16 | 6.23 | - |
| YUV | 96.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 55 | 0.60 | 0 | 0.57 | 0.50 | 123.16 | 0.43 | 0.35 |
| Hex | 33 | 7F | 37 | 3C | 0 | 39 | 32 | 7B | 2B | 23 |
| Octal | 63 | 177 | 67 | 74 | 0 | 71 | 62 | 173 | 53 | 43 |
| Binary | 110011 | 1111111 | 110111 | 111100 | 0 | 111001 | 110010 | 1111011 | 101011 | 100011 |
Color Harmonies of #337F37
Complementary color
Monochromatic Colors of #337F37
Black with #337F37
Text Example
Text Example
White with #337F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F37; }
p { color: rgb(51,127,55); }
H1.HeaderClassName
{
color: #337F37;
}
.AnyTagClassName
{
color: #337F37;
}
</style>
background-color css
<style>
a { background-color: #337F37; }
a { background-color: rgb(51,127,55); }
div.DivClassName
{
background-color: #337F37;
}
.BgClassName
{
background-color: #337F37;
}
</style>
border-color css
<style>
span { border-color: #337F37; }
span { border-color: rgb(51,127,55); }
td.TdClassName
{
border-color: #337F37;
}
.TagClassName
{
border-color: #337F37;
}
</style>