Shades of Japanese Laurel #31722D
Tints of Japanese Laurel #31722D
RGB
CMYK
RGB Variations
Color information
#31722D (or 0x31722D) is known color: Japanese Laurel. HEX triplet: 31, 72 and 2D. RGB value is (49,114,45). Sum of RGB (Red+Green+Blue) = 49+114+45=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #31722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31722D is #CE8DD2. Grayscale: #565656. Windows color (decimal): -13536723 or 2978353. OLE color: 2978353.
HSL color Cylindrical-coordinate representation of color #31722D: hue angle of 116.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31722D is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 114 | 45 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.55 |
| HSL | 116.52º | 0.43% | 0.31% | - |
| HSV(B) | 116.52º | 0.61% | 0.45% | - |
| XYZ | 7.76 | 12.88 | 4.56 | - |
| YUV | 86.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 114 | 45 | 0.57 | 0 | 0.61 | 0.55 | 116.52 | 0.43 | 0.31 |
| Hex | 31 | 72 | 2D | 39 | 0 | 3D | 37 | 75 | 2B | 1F |
| Octal | 61 | 162 | 55 | 71 | 0 | 75 | 67 | 165 | 53 | 37 |
| Binary | 110001 | 1110010 | 101101 | 111001 | 0 | 111101 | 110111 | 1110101 | 101011 | 11111 |
Color Harmonies of #31722D
Complementary color
Monochromatic Colors of #31722D
Black with #31722D
Text Example
Text Example
White with #31722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31722D; }
p { color: rgb(49,114,45); }
H1.HeaderClassName
{
color: #31722D;
}
.AnyTagClassName
{
color: #31722D;
}
</style>
background-color css
<style>
a { background-color: #31722D; }
a { background-color: rgb(49,114,45); }
div.DivClassName
{
background-color: #31722D;
}
.BgClassName
{
background-color: #31722D;
}
</style>
border-color css
<style>
span { border-color: #31722D; }
span { border-color: rgb(49,114,45); }
td.TdClassName
{
border-color: #31722D;
}
.TagClassName
{
border-color: #31722D;
}
</style>