Shades of Turtle Green #31350B
Tints of Turtle Green #31350B
RGB
CMYK
RGB Variations
Color information
#31350B (or 0x31350B) is known color: Turtle Green. HEX triplet: 31, 35 and 0B. RGB value is (49,53,11). Sum of RGB (Red+Green+Blue) = 49+53+11=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #31350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31350B is #CECAF4. Grayscale: #2F2F2F. Windows color (decimal): -13552373 or 734513. OLE color: 734513.
HSL color Cylindrical-coordinate representation of color #31350B: hue angle of 65.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31350B is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 11 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.79 |
| HSL | 65.71º | 0.66% | 0.13% | - |
| HSV(B) | 65.71º | 0.79% | 0.21% | - |
| XYZ | 2.6 | 3.22 | 0.8 | - |
| YUV | 47.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 11 | 0.08 | 0 | 0.79 | 0.79 | 65.71 | 0.66 | 0.13 |
| Hex | 31 | 35 | B | 8 | 0 | 4F | 4F | 42 | 42 | D |
| Octal | 61 | 65 | 13 | 10 | 0 | 117 | 117 | 102 | 102 | 15 |
| Binary | 110001 | 110101 | 1011 | 1000 | 0 | 1001111 | 1001111 | 1000010 | 1000010 | 1101 |
Color Harmonies of #31350B
Complementary color
Monochromatic Colors of #31350B
Black with #31350B
Text Example
Text Example
White with #31350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31350B; }
p { color: rgb(49,53,11); }
H1.HeaderClassName
{
color: #31350B;
}
.AnyTagClassName
{
color: #31350B;
}
</style>
background-color css
<style>
a { background-color: #31350B; }
a { background-color: rgb(49,53,11); }
div.DivClassName
{
background-color: #31350B;
}
.BgClassName
{
background-color: #31350B;
}
</style>
border-color css
<style>
span { border-color: #31350B; }
span { border-color: rgb(49,53,11); }
td.TdClassName
{
border-color: #31350B;
}
.TagClassName
{
border-color: #31350B;
}
</style>