Shades of Japanese Laurel #37853E
Tints of Japanese Laurel #37853E
RGB
CMYK
RGB Variations
Color information
#37853E (or 0x37853E) is known color: Japanese Laurel. HEX triplet: 37, 85 and 3E. RGB value is (55,133,62). Sum of RGB (Red+Green+Blue) = 55+133+62=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #37853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37853E is #C87AC1. Grayscale: #656565. Windows color (decimal): -13138626 or 4097335. OLE color: 4097335.
HSL color Cylindrical-coordinate representation of color #37853E: hue angle of 125.38º 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 #37853E is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 62 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.48 |
| HSL | 125.38º | 0.41% | 0.37% | - |
| HSV(B) | 125.38º | 0.59% | 0.52% | - |
| XYZ | 10.83 | 17.94 | 7.45 | - |
| YUV | 101.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 62 | 0.59 | 0 | 0.53 | 0.48 | 125.38 | 0.41 | 0.37 |
| Hex | 37 | 85 | 3E | 3B | 0 | 35 | 30 | 7D | 29 | 25 |
| Octal | 67 | 205 | 76 | 73 | 0 | 65 | 60 | 175 | 51 | 45 |
| Binary | 110111 | 10000101 | 111110 | 111011 | 0 | 110101 | 110000 | 1111101 | 101001 | 100101 |
Color Harmonies of #37853E
Complementary color
Monochromatic Colors of #37853E
Black with #37853E
Text Example
Text Example
White with #37853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37853E; }
p { color: rgb(55,133,62); }
H1.HeaderClassName
{
color: #37853E;
}
.AnyTagClassName
{
color: #37853E;
}
</style>
background-color css
<style>
a { background-color: #37853E; }
a { background-color: rgb(55,133,62); }
div.DivClassName
{
background-color: #37853E;
}
.BgClassName
{
background-color: #37853E;
}
</style>
border-color css
<style>
span { border-color: #37853E; }
span { border-color: rgb(55,133,62); }
td.TdClassName
{
border-color: #37853E;
}
.TagClassName
{
border-color: #37853E;
}
</style>