Shades of Turtle Green #31350A
Tints of Turtle Green #31350A
RGB
CMYK
RGB Variations
Color information
#31350A (or 0x31350A) is known color: Turtle Green. HEX triplet: 31, 35 and 0A. RGB value is (49,53,10). Sum of RGB (Red+Green+Blue) = 49+53+10=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #31350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350A is #CECAF5. Grayscale: #2F2F2F. Windows color (decimal): -13552374 or 668977. OLE color: 668977.
HSL color Cylindrical-coordinate representation of color #31350A: hue angle of 65.58º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31350A is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 10 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.79 |
| HSL | 65.58º | 0.68% | 0.12% | - |
| HSV(B) | 65.58º | 0.81% | 0.21% | - |
| XYZ | 2.59 | 3.22 | 0.77 | - |
| YUV | 46.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 10 | 0.08 | 0 | 0.81 | 0.79 | 65.58 | 0.68 | 0.12 |
| Hex | 31 | 35 | A | 8 | 0 | 51 | 4F | 42 | 44 | C |
| Octal | 61 | 65 | 12 | 10 | 0 | 121 | 117 | 102 | 104 | 14 |
| Binary | 110001 | 110101 | 1010 | 1000 | 0 | 1010001 | 1001111 | 1000010 | 1000100 | 1100 |
Color Harmonies of #31350A
Complementary color
Monochromatic Colors of #31350A
Black with #31350A
Text Example
Text Example
White with #31350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31350A; }
p { color: rgb(49,53,10); }
H1.HeaderClassName
{
color: #31350A;
}
.AnyTagClassName
{
color: #31350A;
}
</style>
background-color css
<style>
a { background-color: #31350A; }
a { background-color: rgb(49,53,10); }
div.DivClassName
{
background-color: #31350A;
}
.BgClassName
{
background-color: #31350A;
}
</style>
border-color css
<style>
span { border-color: #31350A; }
span { border-color: rgb(49,53,10); }
td.TdClassName
{
border-color: #31350A;
}
.TagClassName
{
border-color: #31350A;
}
</style>