Shades of Turtle Green #314900
Tints of Turtle Green #314900
RGB
CMYK
RGB Variations
Color information
#314900 (or 0x314900) is known color: Turtle Green. HEX triplet: 31, 49 and 00. RGB value is (49,73,0). Sum of RGB (Red+Green+Blue) = 49+73+0=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #314900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314900 is #CEB6FF. Grayscale: #393939. Windows color (decimal): -13547264 or 18737. OLE color: 18737.
HSL color Cylindrical-coordinate representation of color #314900: hue angle of 79.73º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314900 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 73 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.71 |
| HSL | 79.73º | 1% | 0.14% | - |
| HSV(B) | 79.73º | 1% | 0.29% | - |
| XYZ | 3.65 | 5.42 | 0.85 | - |
| YUV | 57.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 0 | 0.33 | 0 | 1 | 0.71 | 79.73 | 1 | 0.14 |
| Hex | 31 | 49 | 0 | 21 | 0 | 64 | 47 | 50 | 64 | E |
| Octal | 61 | 111 | 0 | 41 | 0 | 144 | 107 | 120 | 144 | 16 |
| Binary | 110001 | 1001001 | 0 | 100001 | 0 | 1100100 | 1000111 | 1010000 | 1100100 | 1110 |
Color Harmonies of #314900
Complementary color
Monochromatic Colors of #314900
Black with #314900
Text Example
Text Example
White with #314900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314900; }
p { color: rgb(49,73,0); }
H1.HeaderClassName
{
color: #314900;
}
.AnyTagClassName
{
color: #314900;
}
</style>
background-color css
<style>
a { background-color: #314900; }
a { background-color: rgb(49,73,0); }
div.DivClassName
{
background-color: #314900;
}
.BgClassName
{
background-color: #314900;
}
</style>
border-color css
<style>
span { border-color: #314900; }
span { border-color: rgb(49,73,0); }
td.TdClassName
{
border-color: #314900;
}
.TagClassName
{
border-color: #314900;
}
</style>