Shades of Japanese Laurel #37763F
Tints of Japanese Laurel #37763F
RGB
CMYK
RGB Variations
Color information
#37763F (or 0x37763F) is known color: Japanese Laurel. HEX triplet: 37, 76 and 3F. RGB value is (55,118,63). Sum of RGB (Red+Green+Blue) = 55+118+63=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #37763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37763F is #C889C0. Grayscale: #5D5D5D. Windows color (decimal): -13142465 or 4159031. OLE color: 4159031.
HSL color Cylindrical-coordinate representation of color #37763F: hue angle of 127.62º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37763F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 63 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.54 |
| HSL | 127.62º | 0.36% | 0.34% | - |
| HSV(B) | 127.62º | 0.53% | 0.46% | - |
| XYZ | 8.95 | 14.13 | 6.96 | - |
| YUV | 92.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 63 | 0.53 | 0 | 0.47 | 0.54 | 127.62 | 0.36 | 0.34 |
| Hex | 37 | 76 | 3F | 35 | 0 | 2F | 36 | 80 | 24 | 22 |
| Octal | 67 | 166 | 77 | 65 | 0 | 57 | 66 | 200 | 44 | 42 |
| Binary | 110111 | 1110110 | 111111 | 110101 | 0 | 101111 | 110110 | 10000000 | 100100 | 100010 |
Color Harmonies of #37763F
Complementary color
Monochromatic Colors of #37763F
Black with #37763F
Text Example
Text Example
White with #37763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37763F; }
p { color: rgb(55,118,63); }
H1.HeaderClassName
{
color: #37763F;
}
.AnyTagClassName
{
color: #37763F;
}
</style>
background-color css
<style>
a { background-color: #37763F; }
a { background-color: rgb(55,118,63); }
div.DivClassName
{
background-color: #37763F;
}
.BgClassName
{
background-color: #37763F;
}
</style>
border-color css
<style>
span { border-color: #37763F; }
span { border-color: rgb(55,118,63); }
td.TdClassName
{
border-color: #37763F;
}
.TagClassName
{
border-color: #37763F;
}
</style>