Shades of Turtle Green #313406
Tints of Turtle Green #313406
RGB
CMYK
RGB Variations
Color information
#313406 (or 0x313406) is known color: Turtle Green. HEX triplet: 31, 34 and 06. RGB value is (49,52,6). Sum of RGB (Red+Green+Blue) = 49+52+6=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #313406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313406 is #CECBF9. Grayscale: #2E2E2E. Windows color (decimal): -13552634 or 406577. OLE color: 406577.
HSL color Cylindrical-coordinate representation of color #313406: hue angle of 63.91º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #313406 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 6 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.80 |
| HSL | 63.91º | 0.79% | 0.11% | - |
| HSV(B) | 63.91º | 0.88% | 0.2% | - |
| XYZ | 2.53 | 3.12 | 0.64 | - |
| YUV | 45.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 6 | 0.06 | 0 | 0.88 | 0.80 | 63.91 | 0.79 | 0.11 |
| Hex | 31 | 34 | 6 | 6 | 0 | 58 | 50 | 40 | 4F | B |
| Octal | 61 | 64 | 6 | 6 | 0 | 130 | 120 | 100 | 117 | 13 |
| Binary | 110001 | 110100 | 110 | 110 | 0 | 1011000 | 1010000 | 1000000 | 1001111 | 1011 |
Color Harmonies of #313406
Complementary color
Monochromatic Colors of #313406
Black with #313406
Text Example
Text Example
White with #313406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313406; }
p { color: rgb(49,52,6); }
H1.HeaderClassName
{
color: #313406;
}
.AnyTagClassName
{
color: #313406;
}
</style>
background-color css
<style>
a { background-color: #313406; }
a { background-color: rgb(49,52,6); }
div.DivClassName
{
background-color: #313406;
}
.BgClassName
{
background-color: #313406;
}
</style>
border-color css
<style>
span { border-color: #313406; }
span { border-color: rgb(49,52,6); }
td.TdClassName
{
border-color: #313406;
}
.TagClassName
{
border-color: #313406;
}
</style>