Shades of Japanese Laurel #37743D
Tints of Japanese Laurel #37743D
RGB
CMYK
RGB Variations
Color information
#37743D (or 0x37743D) is known color: Japanese Laurel. HEX triplet: 37, 74 and 3D. RGB value is (55,116,61). Sum of RGB (Red+Green+Blue) = 55+116+61=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #37743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37743D is #C88BC2. Grayscale: #5B5B5B. Windows color (decimal): -13142979 or 4027447. OLE color: 4027447.
HSL color Cylindrical-coordinate representation of color #37743D: hue angle of 125.9º 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 #37743D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 116 | 61 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.55 |
| HSL | 125.9º | 0.36% | 0.34% | - |
| HSV(B) | 125.9º | 0.53% | 0.45% | - |
| XYZ | 8.66 | 13.64 | 6.59 | - |
| YUV | 91.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 61 | 0.53 | 0 | 0.47 | 0.55 | 125.9 | 0.36 | 0.34 |
| Hex | 37 | 74 | 3D | 35 | 0 | 2F | 37 | 7E | 24 | 22 |
| Octal | 67 | 164 | 75 | 65 | 0 | 57 | 67 | 176 | 44 | 42 |
| Binary | 110111 | 1110100 | 111101 | 110101 | 0 | 101111 | 110111 | 1111110 | 100100 | 100010 |
Color Harmonies of #37743D
Complementary color
Monochromatic Colors of #37743D
Black with #37743D
Text Example
Text Example
White with #37743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37743D; }
p { color: rgb(55,116,61); }
H1.HeaderClassName
{
color: #37743D;
}
.AnyTagClassName
{
color: #37743D;
}
</style>
background-color css
<style>
a { background-color: #37743D; }
a { background-color: rgb(55,116,61); }
div.DivClassName
{
background-color: #37743D;
}
.BgClassName
{
background-color: #37743D;
}
</style>
border-color css
<style>
span { border-color: #37743D; }
span { border-color: rgb(55,116,61); }
td.TdClassName
{
border-color: #37743D;
}
.TagClassName
{
border-color: #37743D;
}
</style>