Shades of Japanese Laurel #37713E
Tints of Japanese Laurel #37713E
RGB
CMYK
RGB Variations
Color information
#37713E (or 0x37713E) is known color: Japanese Laurel. HEX triplet: 37, 71 and 3E. RGB value is (55,113,62). Sum of RGB (Red+Green+Blue) = 55+113+62=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #37713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37713E is #C88EC1. Grayscale: #595959. Windows color (decimal): -13143746 or 4092215. OLE color: 4092215.
HSL color Cylindrical-coordinate representation of color #37713E: hue angle of 127.24º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37713E is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 113 | 62 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.56 |
| HSL | 127.24º | 0.35% | 0.33% | - |
| HSV(B) | 127.24º | 0.51% | 0.44% | - |
| XYZ | 8.35 | 12.97 | 6.62 | - |
| YUV | 89.84 | 112.28 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 113 | 62 | 0.51 | 0 | 0.45 | 0.56 | 127.24 | 0.35 | 0.33 |
| Hex | 37 | 71 | 3E | 33 | 0 | 2D | 38 | 7F | 23 | 21 |
| Octal | 67 | 161 | 76 | 63 | 0 | 55 | 70 | 177 | 43 | 41 |
| Binary | 110111 | 1110001 | 111110 | 110011 | 0 | 101101 | 111000 | 1111111 | 100011 | 100001 |
Color Harmonies of #37713E
Complementary color
Monochromatic Colors of #37713E
Black with #37713E
Text Example
Text Example
White with #37713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37713E; }
p { color: rgb(55,113,62); }
H1.HeaderClassName
{
color: #37713E;
}
.AnyTagClassName
{
color: #37713E;
}
</style>
background-color css
<style>
a { background-color: #37713E; }
a { background-color: rgb(55,113,62); }
div.DivClassName
{
background-color: #37713E;
}
.BgClassName
{
background-color: #37713E;
}
</style>
border-color css
<style>
span { border-color: #37713E; }
span { border-color: rgb(55,113,62); }
td.TdClassName
{
border-color: #37713E;
}
.TagClassName
{
border-color: #37713E;
}
</style>