Shades of Japanese Laurel #377A37
Tints of Japanese Laurel #377A37
RGB
CMYK
RGB Variations
Color information
#377A37 (or 0x377A37) is known color: Japanese Laurel. HEX triplet: 37, 7A and 37. RGB value is (55,122,55). Sum of RGB (Red+Green+Blue) = 55+122+55=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #377A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A37 is #C885C8. Grayscale: #5E5E5E. Windows color (decimal): -13141449 or 3635767. OLE color: 3635767.
HSL color Cylindrical-coordinate representation of color #377A37: hue angle of 120º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A37 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 55 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.52 |
| HSL | 120º | 0.38% | 0.35% | - |
| HSV(B) | 120º | 0.55% | 0.48% | - |
| XYZ | 9.22 | 15.01 | 6.02 | - |
| YUV | 94.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 55 | 0.55 | 0 | 0.55 | 0.52 | 120 | 0.38 | 0.35 |
| Hex | 37 | 7A | 37 | 37 | 0 | 37 | 34 | 78 | 26 | 23 |
| Octal | 67 | 172 | 67 | 67 | 0 | 67 | 64 | 170 | 46 | 43 |
| Binary | 110111 | 1111010 | 110111 | 110111 | 0 | 110111 | 110100 | 1111000 | 100110 | 100011 |
Color Harmonies of #377A37
Complementary color
Monochromatic Colors of #377A37
Black with #377A37
Text Example
Text Example
White with #377A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A37; }
p { color: rgb(55,122,55); }
H1.HeaderClassName
{
color: #377A37;
}
.AnyTagClassName
{
color: #377A37;
}
</style>
background-color css
<style>
a { background-color: #377A37; }
a { background-color: rgb(55,122,55); }
div.DivClassName
{
background-color: #377A37;
}
.BgClassName
{
background-color: #377A37;
}
</style>
border-color css
<style>
span { border-color: #377A37; }
span { border-color: rgb(55,122,55); }
td.TdClassName
{
border-color: #377A37;
}
.TagClassName
{
border-color: #377A37;
}
</style>