Shades of Turtle Green #31540B
Tints of Turtle Green #31540B
RGB
CMYK
RGB Variations
Color information
#31540B (or 0x31540B) is known color: Turtle Green. HEX triplet: 31, 54 and 0B. RGB value is (49,84,11). Sum of RGB (Red+Green+Blue) = 49+84+11=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #31540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31540B is #CEABF4. Grayscale: #414141. Windows color (decimal): -13544437 or 742449. OLE color: 742449.
HSL color Cylindrical-coordinate representation of color #31540B: hue angle of 88.77º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31540B is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 11 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.67 |
| HSL | 88.77º | 0.77% | 0.19% | - |
| HSV(B) | 88.77º | 0.87% | 0.33% | - |
| XYZ | 4.5 | 7.02 | 1.43 | - |
| YUV | 65.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 11 | 0.42 | 0 | 0.87 | 0.67 | 88.77 | 0.77 | 0.19 |
| Hex | 31 | 54 | B | 2A | 0 | 57 | 43 | 59 | 4D | 13 |
| Octal | 61 | 124 | 13 | 52 | 0 | 127 | 103 | 131 | 115 | 23 |
| Binary | 110001 | 1010100 | 1011 | 101010 | 0 | 1010111 | 1000011 | 1011001 | 1001101 | 10011 |
Color Harmonies of #31540B
Complementary color
Monochromatic Colors of #31540B
Black with #31540B
Text Example
Text Example
White with #31540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31540B; }
p { color: rgb(49,84,11); }
H1.HeaderClassName
{
color: #31540B;
}
.AnyTagClassName
{
color: #31540B;
}
</style>
background-color css
<style>
a { background-color: #31540B; }
a { background-color: rgb(49,84,11); }
div.DivClassName
{
background-color: #31540B;
}
.BgClassName
{
background-color: #31540B;
}
</style>
border-color css
<style>
span { border-color: #31540B; }
span { border-color: rgb(49,84,11); }
td.TdClassName
{
border-color: #31540B;
}
.TagClassName
{
border-color: #31540B;
}
</style>