Shades of Japanese Laurel #37723C
Tints of Japanese Laurel #37723C
RGB
CMYK
RGB Variations
Color information
#37723C (or 0x37723C) is known color: Japanese Laurel. HEX triplet: 37, 72 and 3C. RGB value is (55,114,60). Sum of RGB (Red+Green+Blue) = 55+114+60=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #37723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37723C is #C88DC3. Grayscale: #5A5A5A. Windows color (decimal): -13143492 or 3961399. OLE color: 3961399.
HSL color Cylindrical-coordinate representation of color #37723C: hue angle of 125.08º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37723C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 60 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.55 |
| HSL | 125.08º | 0.35% | 0.33% | - |
| HSV(B) | 125.08º | 0.52% | 0.45% | - |
| XYZ | 8.41 | 13.17 | 6.37 | - |
| YUV | 90.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 60 | 0.52 | 0 | 0.47 | 0.55 | 125.08 | 0.35 | 0.33 |
| Hex | 37 | 72 | 3C | 34 | 0 | 2F | 37 | 7D | 23 | 21 |
| Octal | 67 | 162 | 74 | 64 | 0 | 57 | 67 | 175 | 43 | 41 |
| Binary | 110111 | 1110010 | 111100 | 110100 | 0 | 101111 | 110111 | 1111101 | 100011 | 100001 |
Color Harmonies of #37723C
Complementary color
Monochromatic Colors of #37723C
Black with #37723C
Text Example
Text Example
White with #37723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37723C; }
p { color: rgb(55,114,60); }
H1.HeaderClassName
{
color: #37723C;
}
.AnyTagClassName
{
color: #37723C;
}
</style>
background-color css
<style>
a { background-color: #37723C; }
a { background-color: rgb(55,114,60); }
div.DivClassName
{
background-color: #37723C;
}
.BgClassName
{
background-color: #37723C;
}
</style>
border-color css
<style>
span { border-color: #37723C; }
span { border-color: rgb(55,114,60); }
td.TdClassName
{
border-color: #37723C;
}
.TagClassName
{
border-color: #37723C;
}
</style>