Shades of Japanese Laurel #377240
Tints of Japanese Laurel #377240
RGB
CMYK
RGB Variations
Color information
#377240 (or 0x377240) is known color: Japanese Laurel. HEX triplet: 37, 72 and 40. RGB value is (55,114,64). Sum of RGB (Red+Green+Blue) = 55+114+64=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #377240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377240 is #C88DBF. Grayscale: #5A5A5A. Windows color (decimal): -13143488 or 4223543. OLE color: 4223543.
HSL color Cylindrical-coordinate representation of color #377240: hue angle of 129.15º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377240 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 64 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.55 |
| HSL | 129.15º | 0.35% | 0.33% | - |
| HSV(B) | 129.15º | 0.52% | 0.45% | - |
| XYZ | 8.52 | 13.22 | 6.95 | - |
| YUV | 90.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 64 | 0.52 | 0 | 0.44 | 0.55 | 129.15 | 0.35 | 0.33 |
| Hex | 37 | 72 | 40 | 34 | 0 | 2C | 37 | 81 | 23 | 21 |
| Octal | 67 | 162 | 100 | 64 | 0 | 54 | 67 | 201 | 43 | 41 |
| Binary | 110111 | 1110010 | 1000000 | 110100 | 0 | 101100 | 110111 | 10000001 | 100011 | 100001 |
Color Harmonies of #377240
Complementary color
Monochromatic Colors of #377240
Black with #377240
Text Example
Text Example
White with #377240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377240; }
p { color: rgb(55,114,64); }
H1.HeaderClassName
{
color: #377240;
}
.AnyTagClassName
{
color: #377240;
}
</style>
background-color css
<style>
a { background-color: #377240; }
a { background-color: rgb(55,114,64); }
div.DivClassName
{
background-color: #377240;
}
.BgClassName
{
background-color: #377240;
}
</style>
border-color css
<style>
span { border-color: #377240; }
span { border-color: rgb(55,114,64); }
td.TdClassName
{
border-color: #377240;
}
.TagClassName
{
border-color: #377240;
}
</style>