Shades of Japanese Laurel #377837
Tints of Japanese Laurel #377837
RGB
CMYK
RGB Variations
Color information
#377837 (or 0x377837) is known color: Japanese Laurel. HEX triplet: 37, 78 and 37. RGB value is (55,120,55). Sum of RGB (Red+Green+Blue) = 55+120+55=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #377837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377837 is #C887C8. Grayscale: #5D5D5D. Windows color (decimal): -13141961 or 3635255. OLE color: 3635255.
HSL color Cylindrical-coordinate representation of color #377837: hue angle of 120º 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 #377837 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 120 | 55 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.53 |
| HSL | 120º | 0.37% | 0.34% | - |
| HSV(B) | 120º | 0.54% | 0.47% | - |
| XYZ | 8.98 | 14.52 | 5.94 | - |
| YUV | 93.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 55 | 0.54 | 0 | 0.54 | 0.53 | 120 | 0.37 | 0.34 |
| Hex | 37 | 78 | 37 | 36 | 0 | 36 | 35 | 78 | 25 | 22 |
| Octal | 67 | 170 | 67 | 66 | 0 | 66 | 65 | 170 | 45 | 42 |
| Binary | 110111 | 1111000 | 110111 | 110110 | 0 | 110110 | 110101 | 1111000 | 100101 | 100010 |
Color Harmonies of #377837
Complementary color
Monochromatic Colors of #377837
Black with #377837
Text Example
Text Example
White with #377837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377837; }
p { color: rgb(55,120,55); }
H1.HeaderClassName
{
color: #377837;
}
.AnyTagClassName
{
color: #377837;
}
</style>
background-color css
<style>
a { background-color: #377837; }
a { background-color: rgb(55,120,55); }
div.DivClassName
{
background-color: #377837;
}
.BgClassName
{
background-color: #377837;
}
</style>
border-color css
<style>
span { border-color: #377837; }
span { border-color: rgb(55,120,55); }
td.TdClassName
{
border-color: #377837;
}
.TagClassName
{
border-color: #377837;
}
</style>