Shades of Turtle Green #314213
Tints of Turtle Green #314213
RGB
CMYK
RGB Variations
Color information
#314213 (or 0x314213) is known color: Turtle Green. HEX triplet: 31, 42 and 13. RGB value is (49,66,19). Sum of RGB (Red+Green+Blue) = 49+66+19=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #314213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314213 is #CEBDEC. Grayscale: #373737. Windows color (decimal): -13549037 or 1262129. OLE color: 1262129.
HSL color Cylindrical-coordinate representation of color #314213: hue angle of 81.7º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314213 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 19 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.74 |
| HSL | 81.7º | 0.55% | 0.17% | - |
| HSV(B) | 81.7º | 0.71% | 0.26% | - |
| XYZ | 3.33 | 4.6 | 1.33 | - |
| YUV | 55.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 19 | 0.26 | 0 | 0.71 | 0.74 | 81.7 | 0.55 | 0.17 |
| Hex | 31 | 42 | 13 | 1A | 0 | 47 | 4A | 52 | 37 | 11 |
| Octal | 61 | 102 | 23 | 32 | 0 | 107 | 112 | 122 | 67 | 21 |
| Binary | 110001 | 1000010 | 10011 | 11010 | 0 | 1000111 | 1001010 | 1010010 | 110111 | 10001 |
Color Harmonies of #314213
Complementary color
Monochromatic Colors of #314213
Black with #314213
Text Example
Text Example
White with #314213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314213; }
p { color: rgb(49,66,19); }
H1.HeaderClassName
{
color: #314213;
}
.AnyTagClassName
{
color: #314213;
}
</style>
background-color css
<style>
a { background-color: #314213; }
a { background-color: rgb(49,66,19); }
div.DivClassName
{
background-color: #314213;
}
.BgClassName
{
background-color: #314213;
}
</style>
border-color css
<style>
span { border-color: #314213; }
span { border-color: rgb(49,66,19); }
td.TdClassName
{
border-color: #314213;
}
.TagClassName
{
border-color: #314213;
}
</style>