Shades of Japanese Laurel #31772D
Tints of Japanese Laurel #31772D
RGB
CMYK
RGB Variations
Color information
#31772D (or 0x31772D) is known color: Japanese Laurel. HEX triplet: 31, 77 and 2D. RGB value is (49,119,45). Sum of RGB (Red+Green+Blue) = 49+119+45=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #31772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31772D is #CE88D2. Grayscale: #595959. Windows color (decimal): -13535443 or 2979633. OLE color: 2979633.
HSL color Cylindrical-coordinate representation of color #31772D: hue angle of 116.76º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31772D is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 45 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.53 |
| HSL | 116.76º | 0.45% | 0.32% | - |
| HSV(B) | 116.76º | 0.62% | 0.47% | - |
| XYZ | 8.34 | 14.04 | 4.75 | - |
| YUV | 89.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 45 | 0.59 | 0 | 0.62 | 0.53 | 116.76 | 0.45 | 0.32 |
| Hex | 31 | 77 | 2D | 3B | 0 | 3E | 35 | 75 | 2D | 20 |
| Octal | 61 | 167 | 55 | 73 | 0 | 76 | 65 | 165 | 55 | 40 |
| Binary | 110001 | 1110111 | 101101 | 111011 | 0 | 111110 | 110101 | 1110101 | 101101 | 100000 |
Color Harmonies of #31772D
Complementary color
Monochromatic Colors of #31772D
Black with #31772D
Text Example
Text Example
White with #31772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31772D; }
p { color: rgb(49,119,45); }
H1.HeaderClassName
{
color: #31772D;
}
.AnyTagClassName
{
color: #31772D;
}
</style>
background-color css
<style>
a { background-color: #31772D; }
a { background-color: rgb(49,119,45); }
div.DivClassName
{
background-color: #31772D;
}
.BgClassName
{
background-color: #31772D;
}
</style>
border-color css
<style>
span { border-color: #31772D; }
span { border-color: rgb(49,119,45); }
td.TdClassName
{
border-color: #31772D;
}
.TagClassName
{
border-color: #31772D;
}
</style>