Shades of Japanese Laurel #31742E
Tints of Japanese Laurel #31742E
RGB
CMYK
RGB Variations
Color information
#31742E (or 0x31742E) is known color: Japanese Laurel. HEX triplet: 31, 74 and 2E. RGB value is (49,116,46). Sum of RGB (Red+Green+Blue) = 49+116+46=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #31742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31742E is #CE8BD1. Grayscale: #585858. Windows color (decimal): -13536210 or 3044401. OLE color: 3044401.
HSL color Cylindrical-coordinate representation of color #31742E: hue angle of 117.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31742E is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 116 | 46 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.55 |
| HSL | 117.43º | 0.43% | 0.32% | - |
| HSV(B) | 117.43º | 0.6% | 0.45% | - |
| XYZ | 8.01 | 13.34 | 4.74 | - |
| YUV | 87.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 46 | 0.58 | 0 | 0.60 | 0.55 | 117.43 | 0.43 | 0.32 |
| Hex | 31 | 74 | 2E | 3A | 0 | 3C | 37 | 75 | 2B | 20 |
| Octal | 61 | 164 | 56 | 72 | 0 | 74 | 67 | 165 | 53 | 40 |
| Binary | 110001 | 1110100 | 101110 | 111010 | 0 | 111100 | 110111 | 1110101 | 101011 | 100000 |
Color Harmonies of #31742E
Complementary color
Monochromatic Colors of #31742E
Black with #31742E
Text Example
Text Example
White with #31742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31742E; }
p { color: rgb(49,116,46); }
H1.HeaderClassName
{
color: #31742E;
}
.AnyTagClassName
{
color: #31742E;
}
</style>
background-color css
<style>
a { background-color: #31742E; }
a { background-color: rgb(49,116,46); }
div.DivClassName
{
background-color: #31742E;
}
.BgClassName
{
background-color: #31742E;
}
</style>
border-color css
<style>
span { border-color: #31742E; }
span { border-color: rgb(49,116,46); }
td.TdClassName
{
border-color: #31742E;
}
.TagClassName
{
border-color: #31742E;
}
</style>