Shades of Japanese Laurel #37743F
Tints of Japanese Laurel #37743F
RGB
CMYK
RGB Variations
Color information
#37743F (or 0x37743F) is known color: Japanese Laurel. HEX triplet: 37, 74 and 3F. RGB value is (55,116,63). Sum of RGB (Red+Green+Blue) = 55+116+63=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #37743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37743F is #C88BC0. Grayscale: #5B5B5B. Windows color (decimal): -13142977 or 4158519. OLE color: 4158519.
HSL color Cylindrical-coordinate representation of color #37743F: hue angle of 127.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37743F is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 63 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.55 |
| HSL | 127.87º | 0.36% | 0.34% | - |
| HSV(B) | 127.87º | 0.53% | 0.45% | - |
| XYZ | 8.72 | 13.66 | 6.88 | - |
| YUV | 91.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 63 | 0.53 | 0 | 0.46 | 0.55 | 127.87 | 0.36 | 0.34 |
| Hex | 37 | 74 | 3F | 35 | 0 | 2E | 37 | 80 | 24 | 22 |
| Octal | 67 | 164 | 77 | 65 | 0 | 56 | 67 | 200 | 44 | 42 |
| Binary | 110111 | 1110100 | 111111 | 110101 | 0 | 101110 | 110111 | 10000000 | 100100 | 100010 |
Color Harmonies of #37743F
Complementary color
Monochromatic Colors of #37743F
Black with #37743F
Text Example
Text Example
White with #37743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37743F; }
p { color: rgb(55,116,63); }
H1.HeaderClassName
{
color: #37743F;
}
.AnyTagClassName
{
color: #37743F;
}
</style>
background-color css
<style>
a { background-color: #37743F; }
a { background-color: rgb(55,116,63); }
div.DivClassName
{
background-color: #37743F;
}
.BgClassName
{
background-color: #37743F;
}
</style>
border-color css
<style>
span { border-color: #37743F; }
span { border-color: rgb(55,116,63); }
td.TdClassName
{
border-color: #37743F;
}
.TagClassName
{
border-color: #37743F;
}
</style>