Shades of Japanese Laurel #316D2D
Tints of Japanese Laurel #316D2D
RGB
CMYK
RGB Variations
Color information
#316D2D (or 0x316D2D) is known color: Japanese Laurel. HEX triplet: 31, 6D and 2D. RGB value is (49,109,45). Sum of RGB (Red+Green+Blue) = 49+109+45=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #316D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D2D is #CE92D2. Grayscale: #535353. Windows color (decimal): -13538003 or 2977073. OLE color: 2977073.
HSL color Cylindrical-coordinate representation of color #316D2D: hue angle of 116.25º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316D2D is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 109 | 45 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.57 |
| HSL | 116.25º | 0.42% | 0.3% | - |
| HSV(B) | 116.25º | 0.59% | 0.43% | - |
| XYZ | 7.21 | 11.78 | 4.38 | - |
| YUV | 83.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 45 | 0.55 | 0 | 0.59 | 0.57 | 116.25 | 0.42 | 0.3 |
| Hex | 31 | 6D | 2D | 37 | 0 | 3B | 39 | 74 | 2A | 1E |
| Octal | 61 | 155 | 55 | 67 | 0 | 73 | 71 | 164 | 52 | 36 |
| Binary | 110001 | 1101101 | 101101 | 110111 | 0 | 111011 | 111001 | 1110100 | 101010 | 11110 |
Color Harmonies of #316D2D
Complementary color
Monochromatic Colors of #316D2D
Black with #316D2D
Text Example
Text Example
White with #316D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D2D; }
p { color: rgb(49,109,45); }
H1.HeaderClassName
{
color: #316D2D;
}
.AnyTagClassName
{
color: #316D2D;
}
</style>
background-color css
<style>
a { background-color: #316D2D; }
a { background-color: rgb(49,109,45); }
div.DivClassName
{
background-color: #316D2D;
}
.BgClassName
{
background-color: #316D2D;
}
</style>
border-color css
<style>
span { border-color: #316D2D; }
span { border-color: rgb(49,109,45); }
td.TdClassName
{
border-color: #316D2D;
}
.TagClassName
{
border-color: #316D2D;
}
</style>