Shades of Japanese Laurel #316C2A
Tints of Japanese Laurel #316C2A
RGB
CMYK
RGB Variations
Color information
#316C2A (or 0x316C2A) is known color: Japanese Laurel. HEX triplet: 31, 6C and 2A. RGB value is (49,108,42). Sum of RGB (Red+Green+Blue) = 49+108+42=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #316C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C2A is #CE93D5. Grayscale: #535353. Windows color (decimal): -13538262 or 2780209. OLE color: 2780209.
HSL color Cylindrical-coordinate representation of color #316C2A: hue angle of 113.64º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316C2A is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 42 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.58 |
| HSL | 113.64º | 0.44% | 0.29% | - |
| HSV(B) | 113.64º | 0.61% | 0.42% | - |
| XYZ | 7.05 | 11.55 | 4.05 | - |
| YUV | 82.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 42 | 0.55 | 0 | 0.61 | 0.58 | 113.64 | 0.44 | 0.29 |
| Hex | 31 | 6C | 2A | 37 | 0 | 3D | 3A | 72 | 2C | 1D |
| Octal | 61 | 154 | 52 | 67 | 0 | 75 | 72 | 162 | 54 | 35 |
| Binary | 110001 | 1101100 | 101010 | 110111 | 0 | 111101 | 111010 | 1110010 | 101100 | 11101 |
Color Harmonies of #316C2A
Complementary color
Monochromatic Colors of #316C2A
Black with #316C2A
Text Example
Text Example
White with #316C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C2A; }
p { color: rgb(49,108,42); }
H1.HeaderClassName
{
color: #316C2A;
}
.AnyTagClassName
{
color: #316C2A;
}
</style>
background-color css
<style>
a { background-color: #316C2A; }
a { background-color: rgb(49,108,42); }
div.DivClassName
{
background-color: #316C2A;
}
.BgClassName
{
background-color: #316C2A;
}
</style>
border-color css
<style>
span { border-color: #316C2A; }
span { border-color: rgb(49,108,42); }
td.TdClassName
{
border-color: #316C2A;
}
.TagClassName
{
border-color: #316C2A;
}
</style>