Shades of Japanese Laurel #377A40
Tints of Japanese Laurel #377A40
RGB
CMYK
RGB Variations
Color information
#377A40 (or 0x377A40) is known color: Japanese Laurel. HEX triplet: 37, 7A and 40. RGB value is (55,122,64). Sum of RGB (Red+Green+Blue) = 55+122+64=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #377A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A40 is #C885BF. Grayscale: #5F5F5F. Windows color (decimal): -13141440 or 4225591. OLE color: 4225591.
HSL color Cylindrical-coordinate representation of color #377A40: hue angle of 128.06º 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 #377A40 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 64 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.52 |
| HSL | 128.06º | 0.38% | 0.35% | - |
| HSV(B) | 128.06º | 0.55% | 0.48% | - |
| XYZ | 9.46 | 15.1 | 7.27 | - |
| YUV | 95.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 64 | 0.55 | 0 | 0.48 | 0.52 | 128.06 | 0.38 | 0.35 |
| Hex | 37 | 7A | 40 | 37 | 0 | 30 | 34 | 80 | 26 | 23 |
| Octal | 67 | 172 | 100 | 67 | 0 | 60 | 64 | 200 | 46 | 43 |
| Binary | 110111 | 1111010 | 1000000 | 110111 | 0 | 110000 | 110100 | 10000000 | 100110 | 100011 |
Color Harmonies of #377A40
Complementary color
Monochromatic Colors of #377A40
Black with #377A40
Text Example
Text Example
White with #377A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A40; }
p { color: rgb(55,122,64); }
H1.HeaderClassName
{
color: #377A40;
}
.AnyTagClassName
{
color: #377A40;
}
</style>
background-color css
<style>
a { background-color: #377A40; }
a { background-color: rgb(55,122,64); }
div.DivClassName
{
background-color: #377A40;
}
.BgClassName
{
background-color: #377A40;
}
</style>
border-color css
<style>
span { border-color: #377A40; }
span { border-color: rgb(55,122,64); }
td.TdClassName
{
border-color: #377A40;
}
.TagClassName
{
border-color: #377A40;
}
</style>