Shades of Japanese Laurel #37783B
Tints of Japanese Laurel #37783B
RGB
CMYK
RGB Variations
Color information
#37783B (or 0x37783B) is known color: Japanese Laurel. HEX triplet: 37, 78 and 3B. RGB value is (55,120,59). Sum of RGB (Red+Green+Blue) = 55+120+59=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #37783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37783B is #C887C4. Grayscale: #5D5D5D. Windows color (decimal): -13141957 or 3897399. OLE color: 3897399.
HSL color Cylindrical-coordinate representation of color #37783B: hue angle of 123.69º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37783B is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 59 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.53 |
| HSL | 123.69º | 0.37% | 0.34% | - |
| HSV(B) | 123.69º | 0.54% | 0.47% | - |
| XYZ | 9.08 | 14.56 | 6.47 | - |
| YUV | 93.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 59 | 0.54 | 0 | 0.51 | 0.53 | 123.69 | 0.37 | 0.34 |
| Hex | 37 | 78 | 3B | 36 | 0 | 33 | 35 | 7C | 25 | 22 |
| Octal | 67 | 170 | 73 | 66 | 0 | 63 | 65 | 174 | 45 | 42 |
| Binary | 110111 | 1111000 | 111011 | 110110 | 0 | 110011 | 110101 | 1111100 | 100101 | 100010 |
Color Harmonies of #37783B
Complementary color
Monochromatic Colors of #37783B
Black with #37783B
Text Example
Text Example
White with #37783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37783B; }
p { color: rgb(55,120,59); }
H1.HeaderClassName
{
color: #37783B;
}
.AnyTagClassName
{
color: #37783B;
}
</style>
background-color css
<style>
a { background-color: #37783B; }
a { background-color: rgb(55,120,59); }
div.DivClassName
{
background-color: #37783B;
}
.BgClassName
{
background-color: #37783B;
}
</style>
border-color css
<style>
span { border-color: #37783B; }
span { border-color: rgb(55,120,59); }
td.TdClassName
{
border-color: #37783B;
}
.TagClassName
{
border-color: #37783B;
}
</style>