Shades of Turtle Green #313805
Tints of Turtle Green #313805
RGB
CMYK
RGB Variations
Color information
#313805 (or 0x313805) is known color: Turtle Green. HEX triplet: 31, 38 and 05. RGB value is (49,56,5). Sum of RGB (Red+Green+Blue) = 49+56+5=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #313805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313805 is #CEC7FA. Grayscale: #303030. Windows color (decimal): -13551611 or 342065. OLE color: 342065.
HSL color Cylindrical-coordinate representation of color #313805: hue angle of 68.24º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #313805 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 5 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.78 |
| HSL | 68.24º | 0.84% | 0.12% | - |
| HSV(B) | 68.24º | 0.91% | 0.22% | - |
| XYZ | 2.71 | 3.49 | 0.67 | - |
| YUV | 48.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 5 | 0.12 | 0 | 0.91 | 0.78 | 68.24 | 0.84 | 0.12 |
| Hex | 31 | 38 | 5 | C | 0 | 5B | 4E | 44 | 54 | C |
| Octal | 61 | 70 | 5 | 14 | 0 | 133 | 116 | 104 | 124 | 14 |
| Binary | 110001 | 111000 | 101 | 1100 | 0 | 1011011 | 1001110 | 1000100 | 1010100 | 1100 |
Color Harmonies of #313805
Complementary color
Monochromatic Colors of #313805
Black with #313805
Text Example
Text Example
White with #313805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313805; }
p { color: rgb(49,56,5); }
H1.HeaderClassName
{
color: #313805;
}
.AnyTagClassName
{
color: #313805;
}
</style>
background-color css
<style>
a { background-color: #313805; }
a { background-color: rgb(49,56,5); }
div.DivClassName
{
background-color: #313805;
}
.BgClassName
{
background-color: #313805;
}
</style>
border-color css
<style>
span { border-color: #313805; }
span { border-color: rgb(49,56,5); }
td.TdClassName
{
border-color: #313805;
}
.TagClassName
{
border-color: #313805;
}
</style>