Shades of Turtle Green #314C11
Tints of Turtle Green #314C11
RGB
CMYK
RGB Variations
Color information
#314C11 (or 0x314C11) is known color: Turtle Green. HEX triplet: 31, 4C and 11. RGB value is (49,76,17). Sum of RGB (Red+Green+Blue) = 49+76+17=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #314C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C11 is #CEB3EE. Grayscale: #3D3D3D. Windows color (decimal): -13546479 or 1133617. OLE color: 1133617.
HSL color Cylindrical-coordinate representation of color #314C11: hue angle of 87.46º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314C11 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 17 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.70 |
| HSL | 87.46º | 0.63% | 0.18% | - |
| HSV(B) | 87.46º | 0.78% | 0.3% | - |
| XYZ | 3.95 | 5.86 | 1.45 | - |
| YUV | 61.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 17 | 0.36 | 0 | 0.78 | 0.70 | 87.46 | 0.63 | 0.18 |
| Hex | 31 | 4C | 11 | 24 | 0 | 4E | 46 | 57 | 3F | 12 |
| Octal | 61 | 114 | 21 | 44 | 0 | 116 | 106 | 127 | 77 | 22 |
| Binary | 110001 | 1001100 | 10001 | 100100 | 0 | 1001110 | 1000110 | 1010111 | 111111 | 10010 |
Color Harmonies of #314C11
Complementary color
Monochromatic Colors of #314C11
Black with #314C11
Text Example
Text Example
White with #314C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C11; }
p { color: rgb(49,76,17); }
H1.HeaderClassName
{
color: #314C11;
}
.AnyTagClassName
{
color: #314C11;
}
</style>
background-color css
<style>
a { background-color: #314C11; }
a { background-color: rgb(49,76,17); }
div.DivClassName
{
background-color: #314C11;
}
.BgClassName
{
background-color: #314C11;
}
</style>
border-color css
<style>
span { border-color: #314C11; }
span { border-color: rgb(49,76,17); }
td.TdClassName
{
border-color: #314C11;
}
.TagClassName
{
border-color: #314C11;
}
</style>