Shades of Japanese Laurel #377E36
Tints of Japanese Laurel #377E36
RGB
CMYK
RGB Variations
Color information
#377E36 (or 0x377E36) is known color: Japanese Laurel. HEX triplet: 37, 7E and 36. RGB value is (55,126,54). Sum of RGB (Red+Green+Blue) = 55+126+54=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #377E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E36 is #C881C9. Grayscale: #606060. Windows color (decimal): -13140426 or 3571255. OLE color: 3571255.
HSL color Cylindrical-coordinate representation of color #377E36: hue angle of 119.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377E36 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 54 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.51 |
| HSL | 119.17º | 0.4% | 0.35% | - |
| HSV(B) | 119.17º | 0.57% | 0.49% | - |
| XYZ | 9.7 | 16 | 6.07 | - |
| YUV | 96.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 54 | 0.56 | 0 | 0.57 | 0.51 | 119.17 | 0.4 | 0.35 |
| Hex | 37 | 7E | 36 | 38 | 0 | 39 | 33 | 77 | 28 | 23 |
| Octal | 67 | 176 | 66 | 70 | 0 | 71 | 63 | 167 | 50 | 43 |
| Binary | 110111 | 1111110 | 110110 | 111000 | 0 | 111001 | 110011 | 1110111 | 101000 | 100011 |
Color Harmonies of #377E36
Complementary color
Monochromatic Colors of #377E36
Black with #377E36
Text Example
Text Example
White with #377E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E36; }
p { color: rgb(55,126,54); }
H1.HeaderClassName
{
color: #377E36;
}
.AnyTagClassName
{
color: #377E36;
}
</style>
background-color css
<style>
a { background-color: #377E36; }
a { background-color: rgb(55,126,54); }
div.DivClassName
{
background-color: #377E36;
}
.BgClassName
{
background-color: #377E36;
}
</style>
border-color css
<style>
span { border-color: #377E36; }
span { border-color: rgb(55,126,54); }
td.TdClassName
{
border-color: #377E36;
}
.TagClassName
{
border-color: #377E36;
}
</style>