Shades of Japanese Laurel #376F36
Tints of Japanese Laurel #376F36
RGB
CMYK
RGB Variations
Color information
#376F36 (or 0x376F36) is known color: Japanese Laurel. HEX triplet: 37, 6F and 36. RGB value is (55,111,54). Sum of RGB (Red+Green+Blue) = 55+111+54=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #376F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F36 is #C890C9. Grayscale: #575757. Windows color (decimal): -13144266 or 3567415. OLE color: 3567415.
HSL color Cylindrical-coordinate representation of color #376F36: hue angle of 118.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #376F36 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 111 | 54 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.56 |
| HSL | 118.95º | 0.35% | 0.32% | - |
| HSV(B) | 118.95º | 0.51% | 0.44% | - |
| XYZ | 7.93 | 12.45 | 5.47 | - |
| YUV | 87.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 111 | 54 | 0.50 | 0 | 0.51 | 0.56 | 118.95 | 0.35 | 0.32 |
| Hex | 37 | 6F | 36 | 32 | 0 | 33 | 38 | 77 | 23 | 20 |
| Octal | 67 | 157 | 66 | 62 | 0 | 63 | 70 | 167 | 43 | 40 |
| Binary | 110111 | 1101111 | 110110 | 110010 | 0 | 110011 | 111000 | 1110111 | 100011 | 100000 |
Color Harmonies of #376F36
Complementary color
Monochromatic Colors of #376F36
Black with #376F36
Text Example
Text Example
White with #376F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376F36; }
p { color: rgb(55,111,54); }
H1.HeaderClassName
{
color: #376F36;
}
.AnyTagClassName
{
color: #376F36;
}
</style>
background-color css
<style>
a { background-color: #376F36; }
a { background-color: rgb(55,111,54); }
div.DivClassName
{
background-color: #376F36;
}
.BgClassName
{
background-color: #376F36;
}
</style>
border-color css
<style>
span { border-color: #376F36; }
span { border-color: rgb(55,111,54); }
td.TdClassName
{
border-color: #376F36;
}
.TagClassName
{
border-color: #376F36;
}
</style>