Shades of Turtle Green #314313
Tints of Turtle Green #314313
RGB
CMYK
RGB Variations
Color information
#314313 (or 0x314313) is known color: Turtle Green. HEX triplet: 31, 43 and 13. RGB value is (49,67,19). Sum of RGB (Red+Green+Blue) = 49+67+19=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #314313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314313 is #CEBCEC. Grayscale: #383838. Windows color (decimal): -13548781 or 1262385. OLE color: 1262385.
HSL color Cylindrical-coordinate representation of color #314313: hue angle of 82.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314313 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 19 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.74 |
| HSL | 82.5º | 0.56% | 0.17% | - |
| HSV(B) | 82.5º | 0.72% | 0.26% | - |
| XYZ | 3.39 | 4.71 | 1.35 | - |
| YUV | 56.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 19 | 0.27 | 0 | 0.72 | 0.74 | 82.5 | 0.56 | 0.17 |
| Hex | 31 | 43 | 13 | 1B | 0 | 48 | 4A | 52 | 38 | 11 |
| Octal | 61 | 103 | 23 | 33 | 0 | 110 | 112 | 122 | 70 | 21 |
| Binary | 110001 | 1000011 | 10011 | 11011 | 0 | 1001000 | 1001010 | 1010010 | 111000 | 10001 |
Color Harmonies of #314313
Complementary color
Monochromatic Colors of #314313
Black with #314313
Text Example
Text Example
White with #314313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314313; }
p { color: rgb(49,67,19); }
H1.HeaderClassName
{
color: #314313;
}
.AnyTagClassName
{
color: #314313;
}
</style>
background-color css
<style>
a { background-color: #314313; }
a { background-color: rgb(49,67,19); }
div.DivClassName
{
background-color: #314313;
}
.BgClassName
{
background-color: #314313;
}
</style>
border-color css
<style>
span { border-color: #314313; }
span { border-color: rgb(49,67,19); }
td.TdClassName
{
border-color: #314313;
}
.TagClassName
{
border-color: #314313;
}
</style>