Shades of Turtle Green #313F0A
Tints of Turtle Green #313F0A
RGB
CMYK
RGB Variations
Color information
#313F0A (or 0x313F0A) is known color: Turtle Green. HEX triplet: 31, 3F and 0A. RGB value is (49,63,10). Sum of RGB (Red+Green+Blue) = 49+63+10=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #313F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313F0A is #CEC0F5. Grayscale: #343434. Windows color (decimal): -13549814 or 671537. OLE color: 671537.
HSL color Cylindrical-coordinate representation of color #313F0A: hue angle of 75.85º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #313F0A is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 10 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.75 |
| HSL | 75.85º | 0.73% | 0.14% | - |
| HSV(B) | 75.85º | 0.84% | 0.25% | - |
| XYZ | 3.1 | 4.23 | 0.94 | - |
| YUV | 52.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 10 | 0.22 | 0 | 0.84 | 0.75 | 75.85 | 0.73 | 0.14 |
| Hex | 31 | 3F | A | 16 | 0 | 54 | 4B | 4C | 49 | E |
| Octal | 61 | 77 | 12 | 26 | 0 | 124 | 113 | 114 | 111 | 16 |
| Binary | 110001 | 111111 | 1010 | 10110 | 0 | 1010100 | 1001011 | 1001100 | 1001001 | 1110 |
Color Harmonies of #313F0A
Complementary color
Monochromatic Colors of #313F0A
Black with #313F0A
Text Example
Text Example
White with #313F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F0A; }
p { color: rgb(49,63,10); }
H1.HeaderClassName
{
color: #313F0A;
}
.AnyTagClassName
{
color: #313F0A;
}
</style>
background-color css
<style>
a { background-color: #313F0A; }
a { background-color: rgb(49,63,10); }
div.DivClassName
{
background-color: #313F0A;
}
.BgClassName
{
background-color: #313F0A;
}
</style>
border-color css
<style>
span { border-color: #313F0A; }
span { border-color: rgb(49,63,10); }
td.TdClassName
{
border-color: #313F0A;
}
.TagClassName
{
border-color: #313F0A;
}
</style>