Shades of Turtle Green #314105
Tints of Turtle Green #314105
RGB
CMYK
RGB Variations
Color information
#314105 (or 0x314105) is known color: Turtle Green. HEX triplet: 31, 41 and 05. RGB value is (49,65,5). Sum of RGB (Red+Green+Blue) = 49+65+5=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #314105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314105 is #CEBEFA. Grayscale: #353535. Windows color (decimal): -13549307 or 344369. OLE color: 344369.
HSL color Cylindrical-coordinate representation of color #314105: hue angle of 76º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314105 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 5 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.75 |
| HSL | 76º | 0.86% | 0.14% | - |
| HSV(B) | 76º | 0.92% | 0.25% | - |
| XYZ | 3.18 | 4.44 | 0.83 | - |
| YUV | 53.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 5 | 0.25 | 0 | 0.92 | 0.75 | 76 | 0.86 | 0.14 |
| Hex | 31 | 41 | 5 | 19 | 0 | 5C | 4B | 4C | 56 | E |
| Octal | 61 | 101 | 5 | 31 | 0 | 134 | 113 | 114 | 126 | 16 |
| Binary | 110001 | 1000001 | 101 | 11001 | 0 | 1011100 | 1001011 | 1001100 | 1010110 | 1110 |
Color Harmonies of #314105
Complementary color
Monochromatic Colors of #314105
Black with #314105
Text Example
Text Example
White with #314105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314105; }
p { color: rgb(49,65,5); }
H1.HeaderClassName
{
color: #314105;
}
.AnyTagClassName
{
color: #314105;
}
</style>
background-color css
<style>
a { background-color: #314105; }
a { background-color: rgb(49,65,5); }
div.DivClassName
{
background-color: #314105;
}
.BgClassName
{
background-color: #314105;
}
</style>
border-color css
<style>
span { border-color: #314105; }
span { border-color: rgb(49,65,5); }
td.TdClassName
{
border-color: #314105;
}
.TagClassName
{
border-color: #314105;
}
</style>