Shades of Japanese Laurel #37893D
Tints of Japanese Laurel #37893D
RGB
CMYK
RGB Variations
Color information
#37893D (or 0x37893D) is known color: Japanese Laurel. HEX triplet: 37, 89 and 3D. RGB value is (55,137,61). Sum of RGB (Red+Green+Blue) = 55+137+61=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #37893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37893D is #C876C2. Grayscale: #686868. Windows color (decimal): -13137603 or 4032823. OLE color: 4032823.
HSL color Cylindrical-coordinate representation of color #37893D: hue angle of 124.39º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37893D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 137 | 61 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.46 |
| HSL | 124.39º | 0.43% | 0.38% | - |
| HSV(B) | 124.39º | 0.6% | 0.54% | - |
| XYZ | 11.36 | 19.04 | 7.49 | - |
| YUV | 103.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 61 | 0.60 | 0 | 0.55 | 0.46 | 124.39 | 0.43 | 0.38 |
| Hex | 37 | 89 | 3D | 3C | 0 | 37 | 2E | 7C | 2B | 26 |
| Octal | 67 | 211 | 75 | 74 | 0 | 67 | 56 | 174 | 53 | 46 |
| Binary | 110111 | 10001001 | 111101 | 111100 | 0 | 110111 | 101110 | 1111100 | 101011 | 100110 |
Color Harmonies of #37893D
Complementary color
Monochromatic Colors of #37893D
Black with #37893D
Text Example
Text Example
White with #37893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37893D; }
p { color: rgb(55,137,61); }
H1.HeaderClassName
{
color: #37893D;
}
.AnyTagClassName
{
color: #37893D;
}
</style>
background-color css
<style>
a { background-color: #37893D; }
a { background-color: rgb(55,137,61); }
div.DivClassName
{
background-color: #37893D;
}
.BgClassName
{
background-color: #37893D;
}
</style>
border-color css
<style>
span { border-color: #37893D; }
span { border-color: rgb(55,137,61); }
td.TdClassName
{
border-color: #37893D;
}
.TagClassName
{
border-color: #37893D;
}
</style>