Shades of Japanese Laurel #37763B
Tints of Japanese Laurel #37763B
RGB
CMYK
RGB Variations
Color information
#37763B (or 0x37763B) is known color: Japanese Laurel. HEX triplet: 37, 76 and 3B. RGB value is (55,118,59). Sum of RGB (Red+Green+Blue) = 55+118+59=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #37763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37763B is #C889C4. Grayscale: #5C5C5C. Windows color (decimal): -13142469 or 3896887. OLE color: 3896887.
HSL color Cylindrical-coordinate representation of color #37763B: hue angle of 123.81º 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 #37763B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 59 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.54 |
| HSL | 123.81º | 0.36% | 0.34% | - |
| HSV(B) | 123.81º | 0.53% | 0.46% | - |
| XYZ | 8.84 | 14.08 | 6.39 | - |
| YUV | 92.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 59 | 0.53 | 0 | 0.50 | 0.54 | 123.81 | 0.36 | 0.34 |
| Hex | 37 | 76 | 3B | 35 | 0 | 32 | 36 | 7C | 24 | 22 |
| Octal | 67 | 166 | 73 | 65 | 0 | 62 | 66 | 174 | 44 | 42 |
| Binary | 110111 | 1110110 | 111011 | 110101 | 0 | 110010 | 110110 | 1111100 | 100100 | 100010 |
Color Harmonies of #37763B
Complementary color
Monochromatic Colors of #37763B
Black with #37763B
Text Example
Text Example
White with #37763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37763B; }
p { color: rgb(55,118,59); }
H1.HeaderClassName
{
color: #37763B;
}
.AnyTagClassName
{
color: #37763B;
}
</style>
background-color css
<style>
a { background-color: #37763B; }
a { background-color: rgb(55,118,59); }
div.DivClassName
{
background-color: #37763B;
}
.BgClassName
{
background-color: #37763B;
}
</style>
border-color css
<style>
span { border-color: #37763B; }
span { border-color: rgb(55,118,59); }
td.TdClassName
{
border-color: #37763B;
}
.TagClassName
{
border-color: #37763B;
}
</style>