Shades of Japanese Laurel #37863D
Tints of Japanese Laurel #37863D
RGB
CMYK
RGB Variations
Color information
#37863D (or 0x37863D) is known color: Japanese Laurel. HEX triplet: 37, 86 and 3D. RGB value is (55,134,61). Sum of RGB (Red+Green+Blue) = 55+134+61=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #37863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863D is #C879C2. Grayscale: #666666. Windows color (decimal): -13138371 or 4032055. OLE color: 4032055.
HSL color Cylindrical-coordinate representation of color #37863D: hue angle of 124.56º 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 #37863D is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 134 | 61 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.47 |
| HSL | 124.56º | 0.42% | 0.37% | - |
| HSV(B) | 124.56º | 0.59% | 0.53% | - |
| XYZ | 10.94 | 18.2 | 7.35 | - |
| YUV | 102.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 134 | 61 | 0.59 | 0 | 0.54 | 0.47 | 124.56 | 0.42 | 0.37 |
| Hex | 37 | 86 | 3D | 3B | 0 | 36 | 2F | 7D | 2A | 25 |
| Octal | 67 | 206 | 75 | 73 | 0 | 66 | 57 | 175 | 52 | 45 |
| Binary | 110111 | 10000110 | 111101 | 111011 | 0 | 110110 | 101111 | 1111101 | 101010 | 100101 |
Color Harmonies of #37863D
Complementary color
Monochromatic Colors of #37863D
Black with #37863D
Text Example
Text Example
White with #37863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37863D; }
p { color: rgb(55,134,61); }
H1.HeaderClassName
{
color: #37863D;
}
.AnyTagClassName
{
color: #37863D;
}
</style>
background-color css
<style>
a { background-color: #37863D; }
a { background-color: rgb(55,134,61); }
div.DivClassName
{
background-color: #37863D;
}
.BgClassName
{
background-color: #37863D;
}
</style>
border-color css
<style>
span { border-color: #37863D; }
span { border-color: rgb(55,134,61); }
td.TdClassName
{
border-color: #37863D;
}
.TagClassName
{
border-color: #37863D;
}
</style>