Shades of Japanese Laurel #37723F
Tints of Japanese Laurel #37723F
RGB
CMYK
RGB Variations
Color information
#37723F (or 0x37723F) is known color: Japanese Laurel. HEX triplet: 37, 72 and 3F. RGB value is (55,114,63). Sum of RGB (Red+Green+Blue) = 55+114+63=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #37723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37723F is #C88DC0. Grayscale: #5A5A5A. Windows color (decimal): -13143489 or 4158007. OLE color: 4158007.
HSL color Cylindrical-coordinate representation of color #37723F: hue angle of 128.14º 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 #37723F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 63 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.55 |
| HSL | 128.14º | 0.35% | 0.33% | - |
| HSV(B) | 128.14º | 0.52% | 0.45% | - |
| XYZ | 8.49 | 13.21 | 6.8 | - |
| YUV | 90.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 63 | 0.52 | 0 | 0.45 | 0.55 | 128.14 | 0.35 | 0.33 |
| Hex | 37 | 72 | 3F | 34 | 0 | 2D | 37 | 80 | 23 | 21 |
| Octal | 67 | 162 | 77 | 64 | 0 | 55 | 67 | 200 | 43 | 41 |
| Binary | 110111 | 1110010 | 111111 | 110100 | 0 | 101101 | 110111 | 10000000 | 100011 | 100001 |
Color Harmonies of #37723F
Complementary color
Monochromatic Colors of #37723F
Black with #37723F
Text Example
Text Example
White with #37723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37723F; }
p { color: rgb(55,114,63); }
H1.HeaderClassName
{
color: #37723F;
}
.AnyTagClassName
{
color: #37723F;
}
</style>
background-color css
<style>
a { background-color: #37723F; }
a { background-color: rgb(55,114,63); }
div.DivClassName
{
background-color: #37723F;
}
.BgClassName
{
background-color: #37723F;
}
</style>
border-color css
<style>
span { border-color: #37723F; }
span { border-color: rgb(55,114,63); }
td.TdClassName
{
border-color: #37723F;
}
.TagClassName
{
border-color: #37723F;
}
</style>