Shades of Turtle Green #313407
Tints of Turtle Green #313407
RGB
CMYK
RGB Variations
Color information
#313407 (or 0x313407) is known color: Turtle Green. HEX triplet: 31, 34 and 07. RGB value is (49,52,7). Sum of RGB (Red+Green+Blue) = 49+52+7=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #313407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313407 is #CECBF8. Grayscale: #2E2E2E. Windows color (decimal): -13552633 or 472113. OLE color: 472113.
HSL color Cylindrical-coordinate representation of color #313407: hue angle of 64º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #313407 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 52 | 7 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.80 |
| HSL | 64º | 0.76% | 0.12% | - |
| HSV(B) | 64º | 0.87% | 0.2% | - |
| XYZ | 2.53 | 3.12 | 0.67 | - |
| YUV | 45.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 7 | 0.06 | 0 | 0.87 | 0.80 | 64 | 0.76 | 0.12 |
| Hex | 31 | 34 | 7 | 6 | 0 | 57 | 50 | 40 | 4C | C |
| Octal | 61 | 64 | 7 | 6 | 0 | 127 | 120 | 100 | 114 | 14 |
| Binary | 110001 | 110100 | 111 | 110 | 0 | 1010111 | 1010000 | 1000000 | 1001100 | 1100 |
Color Harmonies of #313407
Complementary color
Monochromatic Colors of #313407
Black with #313407
Text Example
Text Example
White with #313407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313407; }
p { color: rgb(49,52,7); }
H1.HeaderClassName
{
color: #313407;
}
.AnyTagClassName
{
color: #313407;
}
</style>
background-color css
<style>
a { background-color: #313407; }
a { background-color: rgb(49,52,7); }
div.DivClassName
{
background-color: #313407;
}
.BgClassName
{
background-color: #313407;
}
</style>
border-color css
<style>
span { border-color: #313407; }
span { border-color: rgb(49,52,7); }
td.TdClassName
{
border-color: #313407;
}
.TagClassName
{
border-color: #313407;
}
</style>