Shades of Japanese Laurel #37733B
Tints of Japanese Laurel #37733B
RGB
CMYK
RGB Variations
Color information
#37733B (or 0x37733B) is known color: Japanese Laurel. HEX triplet: 37, 73 and 3B. RGB value is (55,115,59). Sum of RGB (Red+Green+Blue) = 55+115+59=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #37733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37733B is #C88CC4. Grayscale: #5A5A5A. Windows color (decimal): -13143237 or 3896119. OLE color: 3896119.
HSL color Cylindrical-coordinate representation of color #37733B: hue angle of 124º 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 #37733B is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 59 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.55 |
| HSL | 124º | 0.35% | 0.33% | - |
| HSV(B) | 124º | 0.52% | 0.45% | - |
| XYZ | 8.5 | 13.39 | 6.27 | - |
| YUV | 90.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 59 | 0.52 | 0 | 0.49 | 0.55 | 124 | 0.35 | 0.33 |
| Hex | 37 | 73 | 3B | 34 | 0 | 31 | 37 | 7C | 23 | 21 |
| Octal | 67 | 163 | 73 | 64 | 0 | 61 | 67 | 174 | 43 | 41 |
| Binary | 110111 | 1110011 | 111011 | 110100 | 0 | 110001 | 110111 | 1111100 | 100011 | 100001 |
Color Harmonies of #37733B
Complementary color
Monochromatic Colors of #37733B
Black with #37733B
Text Example
Text Example
White with #37733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37733B; }
p { color: rgb(55,115,59); }
H1.HeaderClassName
{
color: #37733B;
}
.AnyTagClassName
{
color: #37733B;
}
</style>
background-color css
<style>
a { background-color: #37733B; }
a { background-color: rgb(55,115,59); }
div.DivClassName
{
background-color: #37733B;
}
.BgClassName
{
background-color: #37733B;
}
</style>
border-color css
<style>
span { border-color: #37733B; }
span { border-color: rgb(55,115,59); }
td.TdClassName
{
border-color: #37733B;
}
.TagClassName
{
border-color: #37733B;
}
</style>