Shades of Turtle Green #314812
Tints of Turtle Green #314812
RGB
CMYK
RGB Variations
Color information
#314812 (or 0x314812) is known color: Turtle Green. HEX triplet: 31, 48 and 12. RGB value is (49,72,18). Sum of RGB (Red+Green+Blue) = 49+72+18=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #314812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314812 is #CEB7ED. Grayscale: #3B3B3B. Windows color (decimal): -13547502 or 1198129. OLE color: 1198129.
HSL color Cylindrical-coordinate representation of color #314812: hue angle of 85.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314812 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 18 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.72 |
| HSL | 85.56º | 0.6% | 0.18% | - |
| HSV(B) | 85.56º | 0.75% | 0.28% | - |
| XYZ | 3.69 | 5.33 | 1.41 | - |
| YUV | 58.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 18 | 0.32 | 0 | 0.75 | 0.72 | 85.56 | 0.6 | 0.18 |
| Hex | 31 | 48 | 12 | 20 | 0 | 4B | 48 | 56 | 3C | 12 |
| Octal | 61 | 110 | 22 | 40 | 0 | 113 | 110 | 126 | 74 | 22 |
| Binary | 110001 | 1001000 | 10010 | 100000 | 0 | 1001011 | 1001000 | 1010110 | 111100 | 10010 |
Color Harmonies of #314812
Complementary color
Monochromatic Colors of #314812
Black with #314812
Text Example
Text Example
White with #314812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314812; }
p { color: rgb(49,72,18); }
H1.HeaderClassName
{
color: #314812;
}
.AnyTagClassName
{
color: #314812;
}
</style>
background-color css
<style>
a { background-color: #314812; }
a { background-color: rgb(49,72,18); }
div.DivClassName
{
background-color: #314812;
}
.BgClassName
{
background-color: #314812;
}
</style>
border-color css
<style>
span { border-color: #314812; }
span { border-color: rgb(49,72,18); }
td.TdClassName
{
border-color: #314812;
}
.TagClassName
{
border-color: #314812;
}
</style>