Shades of Turtle Green #313709
Tints of Turtle Green #313709
RGB
CMYK
RGB Variations
Color information
#313709 (or 0x313709) is known color: Turtle Green. HEX triplet: 31, 37 and 09. RGB value is (49,55,9). Sum of RGB (Red+Green+Blue) = 49+55+9=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #313709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313709 is #CEC8F6. Grayscale: #303030. Windows color (decimal): -13551863 or 603953. OLE color: 603953.
HSL color Cylindrical-coordinate representation of color #313709: hue angle of 67.83º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #313709 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 9 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.78 |
| HSL | 67.83º | 0.72% | 0.13% | - |
| HSV(B) | 67.83º | 0.84% | 0.22% | - |
| XYZ | 2.68 | 3.41 | 0.77 | - |
| YUV | 47.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 9 | 0.11 | 0 | 0.84 | 0.78 | 67.83 | 0.72 | 0.13 |
| Hex | 31 | 37 | 9 | B | 0 | 54 | 4E | 44 | 48 | D |
| Octal | 61 | 67 | 11 | 13 | 0 | 124 | 116 | 104 | 110 | 15 |
| Binary | 110001 | 110111 | 1001 | 1011 | 0 | 1010100 | 1001110 | 1000100 | 1001000 | 1101 |
Color Harmonies of #313709
Complementary color
Monochromatic Colors of #313709
Black with #313709
Text Example
Text Example
White with #313709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313709; }
p { color: rgb(49,55,9); }
H1.HeaderClassName
{
color: #313709;
}
.AnyTagClassName
{
color: #313709;
}
</style>
background-color css
<style>
a { background-color: #313709; }
a { background-color: rgb(49,55,9); }
div.DivClassName
{
background-color: #313709;
}
.BgClassName
{
background-color: #313709;
}
</style>
border-color css
<style>
span { border-color: #313709; }
span { border-color: rgb(49,55,9); }
td.TdClassName
{
border-color: #313709;
}
.TagClassName
{
border-color: #313709;
}
</style>