Shades of Turtle Green #31540C
Tints of Turtle Green #31540C
RGB
CMYK
RGB Variations
Color information
#31540C (or 0x31540C) is known color: Turtle Green. HEX triplet: 31, 54 and 0C. RGB value is (49,84,12). Sum of RGB (Red+Green+Blue) = 49+84+12=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #31540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31540C is #CEABF3. Grayscale: #414141. Windows color (decimal): -13544436 or 807985. OLE color: 807985.
HSL color Cylindrical-coordinate representation of color #31540C: hue angle of 89.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31540C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 12 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.67 |
| HSL | 89.17º | 0.75% | 0.19% | - |
| HSV(B) | 89.17º | 0.86% | 0.33% | - |
| XYZ | 4.5 | 7.02 | 1.47 | - |
| YUV | 65.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 12 | 0.42 | 0 | 0.86 | 0.67 | 89.17 | 0.75 | 0.19 |
| Hex | 31 | 54 | C | 2A | 0 | 56 | 43 | 59 | 4B | 13 |
| Octal | 61 | 124 | 14 | 52 | 0 | 126 | 103 | 131 | 113 | 23 |
| Binary | 110001 | 1010100 | 1100 | 101010 | 0 | 1010110 | 1000011 | 1011001 | 1001011 | 10011 |
Color Harmonies of #31540C
Complementary color
Monochromatic Colors of #31540C
Black with #31540C
Text Example
Text Example
White with #31540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31540C; }
p { color: rgb(49,84,12); }
H1.HeaderClassName
{
color: #31540C;
}
.AnyTagClassName
{
color: #31540C;
}
</style>
background-color css
<style>
a { background-color: #31540C; }
a { background-color: rgb(49,84,12); }
div.DivClassName
{
background-color: #31540C;
}
.BgClassName
{
background-color: #31540C;
}
</style>
border-color css
<style>
span { border-color: #31540C; }
span { border-color: rgb(49,84,12); }
td.TdClassName
{
border-color: #31540C;
}
.TagClassName
{
border-color: #31540C;
}
</style>