Shades of Turtle Green #31540D
Tints of Turtle Green #31540D
RGB
CMYK
RGB Variations
Color information
#31540D (or 0x31540D) is known color: Turtle Green. HEX triplet: 31, 54 and 0D. RGB value is (49,84,13). Sum of RGB (Red+Green+Blue) = 49+84+13=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #31540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31540D is #CEABF2. Grayscale: #414141. Windows color (decimal): -13544435 or 873521. OLE color: 873521.
HSL color Cylindrical-coordinate representation of color #31540D: hue angle of 89.58º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31540D is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 13 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.67 |
| HSL | 89.58º | 0.73% | 0.19% | - |
| HSV(B) | 89.58º | 0.85% | 0.33% | - |
| XYZ | 4.51 | 7.02 | 1.5 | - |
| YUV | 65.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 13 | 0.42 | 0 | 0.85 | 0.67 | 89.58 | 0.73 | 0.19 |
| Hex | 31 | 54 | D | 2A | 0 | 55 | 43 | 5A | 49 | 13 |
| Octal | 61 | 124 | 15 | 52 | 0 | 125 | 103 | 132 | 111 | 23 |
| Binary | 110001 | 1010100 | 1101 | 101010 | 0 | 1010101 | 1000011 | 1011010 | 1001001 | 10011 |
Color Harmonies of #31540D
Complementary color
Monochromatic Colors of #31540D
Black with #31540D
Text Example
Text Example
White with #31540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31540D; }
p { color: rgb(49,84,13); }
H1.HeaderClassName
{
color: #31540D;
}
.AnyTagClassName
{
color: #31540D;
}
</style>
background-color css
<style>
a { background-color: #31540D; }
a { background-color: rgb(49,84,13); }
div.DivClassName
{
background-color: #31540D;
}
.BgClassName
{
background-color: #31540D;
}
</style>
border-color css
<style>
span { border-color: #31540D; }
span { border-color: rgb(49,84,13); }
td.TdClassName
{
border-color: #31540D;
}
.TagClassName
{
border-color: #31540D;
}
</style>