Shades of Turtle Green #313809
Tints of Turtle Green #313809
RGB
CMYK
RGB Variations
Color information
#313809 (or 0x313809) is known color: Turtle Green. HEX triplet: 31, 38 and 09. RGB value is (49,56,9). Sum of RGB (Red+Green+Blue) = 49+56+9=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #313809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313809 is #CEC7F6. Grayscale: #303030. Windows color (decimal): -13551607 or 604209. OLE color: 604209.
HSL color Cylindrical-coordinate representation of color #313809: hue angle of 68.94º 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 #313809 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 9 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.78 |
| HSL | 68.94º | 0.72% | 0.13% | - |
| HSV(B) | 68.94º | 0.84% | 0.22% | - |
| XYZ | 2.73 | 3.5 | 0.79 | - |
| YUV | 48.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 9 | 0.12 | 0 | 0.84 | 0.78 | 68.94 | 0.72 | 0.13 |
| Hex | 31 | 38 | 9 | C | 0 | 54 | 4E | 45 | 48 | D |
| Octal | 61 | 70 | 11 | 14 | 0 | 124 | 116 | 105 | 110 | 15 |
| Binary | 110001 | 111000 | 1001 | 1100 | 0 | 1010100 | 1001110 | 1000101 | 1001000 | 1101 |
Color Harmonies of #313809
Complementary color
Monochromatic Colors of #313809
Black with #313809
Text Example
Text Example
White with #313809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313809; }
p { color: rgb(49,56,9); }
H1.HeaderClassName
{
color: #313809;
}
.AnyTagClassName
{
color: #313809;
}
</style>
background-color css
<style>
a { background-color: #313809; }
a { background-color: rgb(49,56,9); }
div.DivClassName
{
background-color: #313809;
}
.BgClassName
{
background-color: #313809;
}
</style>
border-color css
<style>
span { border-color: #313809; }
span { border-color: rgb(49,56,9); }
td.TdClassName
{
border-color: #313809;
}
.TagClassName
{
border-color: #313809;
}
</style>