Shades of Japanese Laurel #37873D
Tints of Japanese Laurel #37873D
RGB
CMYK
RGB Variations
Color information
#37873D (or 0x37873D) is known color: Japanese Laurel. HEX triplet: 37, 87 and 3D. RGB value is (55,135,61). Sum of RGB (Red+Green+Blue) = 55+135+61=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #37873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37873D is #C878C2. Grayscale: #666666. Windows color (decimal): -13138115 or 4032311. OLE color: 4032311.
HSL color Cylindrical-coordinate representation of color #37873D: hue angle of 124.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37873D is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 135 | 61 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.47 |
| HSL | 124.5º | 0.42% | 0.37% | - |
| HSV(B) | 124.5º | 0.59% | 0.53% | - |
| XYZ | 11.08 | 18.48 | 7.4 | - |
| YUV | 102.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 61 | 0.59 | 0 | 0.55 | 0.47 | 124.5 | 0.42 | 0.37 |
| Hex | 37 | 87 | 3D | 3B | 0 | 37 | 2F | 7C | 2A | 25 |
| Octal | 67 | 207 | 75 | 73 | 0 | 67 | 57 | 174 | 52 | 45 |
| Binary | 110111 | 10000111 | 111101 | 111011 | 0 | 110111 | 101111 | 1111100 | 101010 | 100101 |
Color Harmonies of #37873D
Complementary color
Monochromatic Colors of #37873D
Black with #37873D
Text Example
Text Example
White with #37873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37873D; }
p { color: rgb(55,135,61); }
H1.HeaderClassName
{
color: #37873D;
}
.AnyTagClassName
{
color: #37873D;
}
</style>
background-color css
<style>
a { background-color: #37873D; }
a { background-color: rgb(55,135,61); }
div.DivClassName
{
background-color: #37873D;
}
.BgClassName
{
background-color: #37873D;
}
</style>
border-color css
<style>
span { border-color: #37873D; }
span { border-color: rgb(55,135,61); }
td.TdClassName
{
border-color: #37873D;
}
.TagClassName
{
border-color: #37873D;
}
</style>