Shades of Turtle Green #313609
Tints of Turtle Green #313609
RGB
CMYK
RGB Variations
Color information
#313609 (or 0x313609) is known color: Turtle Green. HEX triplet: 31, 36 and 09. RGB value is (49,54,9). Sum of RGB (Red+Green+Blue) = 49+54+9=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #313609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313609 is #CEC9F6. Grayscale: #2F2F2F. Windows color (decimal): -13552119 or 603697. OLE color: 603697.
HSL color Cylindrical-coordinate representation of color #313609: hue angle of 66.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #313609 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 54 | 9 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.79 |
| HSL | 66.67º | 0.71% | 0.12% | - |
| HSV(B) | 66.67º | 0.83% | 0.21% | - |
| XYZ | 2.64 | 3.31 | 0.76 | - |
| YUV | 47.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 9 | 0.09 | 0 | 0.83 | 0.79 | 66.67 | 0.71 | 0.12 |
| Hex | 31 | 36 | 9 | 9 | 0 | 53 | 4F | 43 | 47 | C |
| Octal | 61 | 66 | 11 | 11 | 0 | 123 | 117 | 103 | 107 | 14 |
| Binary | 110001 | 110110 | 1001 | 1001 | 0 | 1010011 | 1001111 | 1000011 | 1000111 | 1100 |
Color Harmonies of #313609
Complementary color
Monochromatic Colors of #313609
Black with #313609
Text Example
Text Example
White with #313609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313609; }
p { color: rgb(49,54,9); }
H1.HeaderClassName
{
color: #313609;
}
.AnyTagClassName
{
color: #313609;
}
</style>
background-color css
<style>
a { background-color: #313609; }
a { background-color: rgb(49,54,9); }
div.DivClassName
{
background-color: #313609;
}
.BgClassName
{
background-color: #313609;
}
</style>
border-color css
<style>
span { border-color: #313609; }
span { border-color: rgb(49,54,9); }
td.TdClassName
{
border-color: #313609;
}
.TagClassName
{
border-color: #313609;
}
</style>