Shades of Japanese Laurel #31772E
Tints of Japanese Laurel #31772E
RGB
CMYK
RGB Variations
Color information
#31772E (or 0x31772E) is known color: Japanese Laurel. HEX triplet: 31, 77 and 2E. RGB value is (49,119,46). Sum of RGB (Red+Green+Blue) = 49+119+46=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #31772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31772E is #CE88D1. Grayscale: #595959. Windows color (decimal): -13535442 or 3045169. OLE color: 3045169.
HSL color Cylindrical-coordinate representation of color #31772E: hue angle of 117.53º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31772E is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 46 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.53 |
| HSL | 117.53º | 0.44% | 0.32% | - |
| HSV(B) | 117.53º | 0.61% | 0.47% | - |
| XYZ | 8.36 | 14.04 | 4.86 | - |
| YUV | 89.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 46 | 0.59 | 0 | 0.61 | 0.53 | 117.53 | 0.44 | 0.32 |
| Hex | 31 | 77 | 2E | 3B | 0 | 3D | 35 | 76 | 2C | 20 |
| Octal | 61 | 167 | 56 | 73 | 0 | 75 | 65 | 166 | 54 | 40 |
| Binary | 110001 | 1110111 | 101110 | 111011 | 0 | 111101 | 110101 | 1110110 | 101100 | 100000 |
Color Harmonies of #31772E
Complementary color
Monochromatic Colors of #31772E
Black with #31772E
Text Example
Text Example
White with #31772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31772E; }
p { color: rgb(49,119,46); }
H1.HeaderClassName
{
color: #31772E;
}
.AnyTagClassName
{
color: #31772E;
}
</style>
background-color css
<style>
a { background-color: #31772E; }
a { background-color: rgb(49,119,46); }
div.DivClassName
{
background-color: #31772E;
}
.BgClassName
{
background-color: #31772E;
}
</style>
border-color css
<style>
span { border-color: #31772E; }
span { border-color: rgb(49,119,46); }
td.TdClassName
{
border-color: #31772E;
}
.TagClassName
{
border-color: #31772E;
}
</style>