Shades of Japanese Laurel #37723B
Tints of Japanese Laurel #37723B
RGB
CMYK
RGB Variations
Color information
#37723B (or 0x37723B) is known color: Japanese Laurel. HEX triplet: 37, 72 and 3B. RGB value is (55,114,59). Sum of RGB (Red+Green+Blue) = 55+114+59=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #37723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37723B is #C88DC4. Grayscale: #5A5A5A. Windows color (decimal): -13143493 or 3895863. OLE color: 3895863.
HSL color Cylindrical-coordinate representation of color #37723B: hue angle of 124.07º 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 #37723B is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 59 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.55 |
| HSL | 124.07º | 0.35% | 0.33% | - |
| HSV(B) | 124.07º | 0.52% | 0.45% | - |
| XYZ | 8.38 | 13.16 | 6.24 | - |
| YUV | 90.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 59 | 0.52 | 0 | 0.48 | 0.55 | 124.07 | 0.35 | 0.33 |
| Hex | 37 | 72 | 3B | 34 | 0 | 30 | 37 | 7C | 23 | 21 |
| Octal | 67 | 162 | 73 | 64 | 0 | 60 | 67 | 174 | 43 | 41 |
| Binary | 110111 | 1110010 | 111011 | 110100 | 0 | 110000 | 110111 | 1111100 | 100011 | 100001 |
Color Harmonies of #37723B
Complementary color
Monochromatic Colors of #37723B
Black with #37723B
Text Example
Text Example
White with #37723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37723B; }
p { color: rgb(55,114,59); }
H1.HeaderClassName
{
color: #37723B;
}
.AnyTagClassName
{
color: #37723B;
}
</style>
background-color css
<style>
a { background-color: #37723B; }
a { background-color: rgb(55,114,59); }
div.DivClassName
{
background-color: #37723B;
}
.BgClassName
{
background-color: #37723B;
}
</style>
border-color css
<style>
span { border-color: #37723B; }
span { border-color: rgb(55,114,59); }
td.TdClassName
{
border-color: #37723B;
}
.TagClassName
{
border-color: #37723B;
}
</style>