Shades of Japanese Laurel #377A41
Tints of Japanese Laurel #377A41
RGB
CMYK
RGB Variations
Color information
#377A41 (or 0x377A41) is known color: Japanese Laurel. HEX triplet: 37, 7A and 41. RGB value is (55,122,65). Sum of RGB (Red+Green+Blue) = 55+122+65=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #377A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377A41 is #C885BE. Grayscale: #5F5F5F. Windows color (decimal): -13141439 or 4291127. OLE color: 4291127.
HSL color Cylindrical-coordinate representation of color #377A41: hue angle of 128.96º 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 #377A41 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 65 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.52 |
| HSL | 128.96º | 0.38% | 0.35% | - |
| HSV(B) | 128.96º | 0.55% | 0.48% | - |
| XYZ | 9.49 | 15.11 | 7.42 | - |
| YUV | 95.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 65 | 0.55 | 0 | 0.47 | 0.52 | 128.96 | 0.38 | 0.35 |
| Hex | 37 | 7A | 41 | 37 | 0 | 2F | 34 | 81 | 26 | 23 |
| Octal | 67 | 172 | 101 | 67 | 0 | 57 | 64 | 201 | 46 | 43 |
| Binary | 110111 | 1111010 | 1000001 | 110111 | 0 | 101111 | 110100 | 10000001 | 100110 | 100011 |
Color Harmonies of #377A41
Complementary color
Monochromatic Colors of #377A41
Black with #377A41
Text Example
Text Example
White with #377A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A41; }
p { color: rgb(55,122,65); }
H1.HeaderClassName
{
color: #377A41;
}
.AnyTagClassName
{
color: #377A41;
}
</style>
background-color css
<style>
a { background-color: #377A41; }
a { background-color: rgb(55,122,65); }
div.DivClassName
{
background-color: #377A41;
}
.BgClassName
{
background-color: #377A41;
}
</style>
border-color css
<style>
span { border-color: #377A41; }
span { border-color: rgb(55,122,65); }
td.TdClassName
{
border-color: #377A41;
}
.TagClassName
{
border-color: #377A41;
}
</style>