Shades of Japanese Laurel #37743B
Tints of Japanese Laurel #37743B
RGB
CMYK
RGB Variations
Color information
#37743B (or 0x37743B) is known color: Japanese Laurel. HEX triplet: 37, 74 and 3B. RGB value is (55,116,59). Sum of RGB (Red+Green+Blue) = 55+116+59=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #37743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37743B is #C88BC4. Grayscale: #5B5B5B. Windows color (decimal): -13142981 or 3896375. OLE color: 3896375.
HSL color Cylindrical-coordinate representation of color #37743B: hue angle of 123.93º 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 #37743B is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 59 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.55 |
| HSL | 123.93º | 0.36% | 0.34% | - |
| HSV(B) | 123.93º | 0.53% | 0.45% | - |
| XYZ | 8.61 | 13.62 | 6.31 | - |
| YUV | 91.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 59 | 0.53 | 0 | 0.49 | 0.55 | 123.93 | 0.36 | 0.34 |
| Hex | 37 | 74 | 3B | 35 | 0 | 31 | 37 | 7C | 24 | 22 |
| Octal | 67 | 164 | 73 | 65 | 0 | 61 | 67 | 174 | 44 | 42 |
| Binary | 110111 | 1110100 | 111011 | 110101 | 0 | 110001 | 110111 | 1111100 | 100100 | 100010 |
Color Harmonies of #37743B
Complementary color
Monochromatic Colors of #37743B
Black with #37743B
Text Example
Text Example
White with #37743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37743B; }
p { color: rgb(55,116,59); }
H1.HeaderClassName
{
color: #37743B;
}
.AnyTagClassName
{
color: #37743B;
}
</style>
background-color css
<style>
a { background-color: #37743B; }
a { background-color: rgb(55,116,59); }
div.DivClassName
{
background-color: #37743B;
}
.BgClassName
{
background-color: #37743B;
}
</style>
border-color css
<style>
span { border-color: #37743B; }
span { border-color: rgb(55,116,59); }
td.TdClassName
{
border-color: #37743B;
}
.TagClassName
{
border-color: #37743B;
}
</style>