Shades of Turtle Green #314507
Tints of Turtle Green #314507
RGB
CMYK
RGB Variations
Color information
#314507 (or 0x314507) is known color: Turtle Green. HEX triplet: 31, 45 and 07. RGB value is (49,69,7). Sum of RGB (Red+Green+Blue) = 49+69+7=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #314507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314507 is #CEBAF8. Grayscale: #383838. Windows color (decimal): -13548281 or 476465. OLE color: 476465.
HSL color Cylindrical-coordinate representation of color #314507: hue angle of 79.35º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #314507 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 7 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.73 |
| HSL | 79.35º | 0.82% | 0.15% | - |
| HSV(B) | 79.35º | 0.9% | 0.27% | - |
| XYZ | 3.43 | 4.92 | 0.97 | - |
| YUV | 55.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 7 | 0.29 | 0 | 0.90 | 0.73 | 79.35 | 0.82 | 0.15 |
| Hex | 31 | 45 | 7 | 1D | 0 | 5A | 49 | 4F | 52 | F |
| Octal | 61 | 105 | 7 | 35 | 0 | 132 | 111 | 117 | 122 | 17 |
| Binary | 110001 | 1000101 | 111 | 11101 | 0 | 1011010 | 1001001 | 1001111 | 1010010 | 1111 |
Color Harmonies of #314507
Complementary color
Monochromatic Colors of #314507
Black with #314507
Text Example
Text Example
White with #314507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314507; }
p { color: rgb(49,69,7); }
H1.HeaderClassName
{
color: #314507;
}
.AnyTagClassName
{
color: #314507;
}
</style>
background-color css
<style>
a { background-color: #314507; }
a { background-color: rgb(49,69,7); }
div.DivClassName
{
background-color: #314507;
}
.BgClassName
{
background-color: #314507;
}
</style>
border-color css
<style>
span { border-color: #314507; }
span { border-color: rgb(49,69,7); }
td.TdClassName
{
border-color: #314507;
}
.TagClassName
{
border-color: #314507;
}
</style>