Shades of Japanese Laurel #37853C
Tints of Japanese Laurel #37853C
RGB
CMYK
RGB Variations
Color information
#37853C (or 0x37853C) is known color: Japanese Laurel. HEX triplet: 37, 85 and 3C. RGB value is (55,133,60). Sum of RGB (Red+Green+Blue) = 55+133+60=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #37853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37853C is #C87AC3. Grayscale: #656565. Windows color (decimal): -13138628 or 3966263. OLE color: 3966263.
HSL color Cylindrical-coordinate representation of color #37853C: hue angle of 123.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37853C is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 60 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.48 |
| HSL | 123.85º | 0.41% | 0.37% | - |
| HSV(B) | 123.85º | 0.59% | 0.52% | - |
| XYZ | 10.78 | 17.91 | 7.16 | - |
| YUV | 101.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 60 | 0.59 | 0 | 0.55 | 0.48 | 123.85 | 0.41 | 0.37 |
| Hex | 37 | 85 | 3C | 3B | 0 | 37 | 30 | 7C | 29 | 25 |
| Octal | 67 | 205 | 74 | 73 | 0 | 67 | 60 | 174 | 51 | 45 |
| Binary | 110111 | 10000101 | 111100 | 111011 | 0 | 110111 | 110000 | 1111100 | 101001 | 100101 |
Color Harmonies of #37853C
Complementary color
Monochromatic Colors of #37853C
Black with #37853C
Text Example
Text Example
White with #37853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37853C; }
p { color: rgb(55,133,60); }
H1.HeaderClassName
{
color: #37853C;
}
.AnyTagClassName
{
color: #37853C;
}
</style>
background-color css
<style>
a { background-color: #37853C; }
a { background-color: rgb(55,133,60); }
div.DivClassName
{
background-color: #37853C;
}
.BgClassName
{
background-color: #37853C;
}
</style>
border-color css
<style>
span { border-color: #37853C; }
span { border-color: rgb(55,133,60); }
td.TdClassName
{
border-color: #37853C;
}
.TagClassName
{
border-color: #37853C;
}
</style>