Shades of Japanese Laurel #37733F
Tints of Japanese Laurel #37733F
RGB
CMYK
RGB Variations
Color information
#37733F (or 0x37733F) is known color: Japanese Laurel. HEX triplet: 37, 73 and 3F. RGB value is (55,115,63). Sum of RGB (Red+Green+Blue) = 55+115+63=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #37733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37733F is #C88CC0. Grayscale: #5B5B5B. Windows color (decimal): -13143233 or 4158263. OLE color: 4158263.
HSL color Cylindrical-coordinate representation of color #37733F: hue angle of 128º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37733F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 63 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.55 |
| HSL | 128º | 0.35% | 0.33% | - |
| HSV(B) | 128º | 0.52% | 0.45% | - |
| XYZ | 8.6 | 13.43 | 6.84 | - |
| YUV | 91.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 63 | 0.52 | 0 | 0.45 | 0.55 | 128 | 0.35 | 0.33 |
| Hex | 37 | 73 | 3F | 34 | 0 | 2D | 37 | 80 | 23 | 21 |
| Octal | 67 | 163 | 77 | 64 | 0 | 55 | 67 | 200 | 43 | 41 |
| Binary | 110111 | 1110011 | 111111 | 110100 | 0 | 101101 | 110111 | 10000000 | 100011 | 100001 |
Color Harmonies of #37733F
Complementary color
Monochromatic Colors of #37733F
Black with #37733F
Text Example
Text Example
White with #37733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37733F; }
p { color: rgb(55,115,63); }
H1.HeaderClassName
{
color: #37733F;
}
.AnyTagClassName
{
color: #37733F;
}
</style>
background-color css
<style>
a { background-color: #37733F; }
a { background-color: rgb(55,115,63); }
div.DivClassName
{
background-color: #37733F;
}
.BgClassName
{
background-color: #37733F;
}
</style>
border-color css
<style>
span { border-color: #37733F; }
span { border-color: rgb(55,115,63); }
td.TdClassName
{
border-color: #37733F;
}
.TagClassName
{
border-color: #37733F;
}
</style>