Shades of Turtle Green #314403
Tints of Turtle Green #314403
RGB
CMYK
RGB Variations
Color information
#314403 (or 0x314403) is known color: Turtle Green. HEX triplet: 31, 44 and 03. RGB value is (49,68,3). Sum of RGB (Red+Green+Blue) = 49+68+3=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #314403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314403 is #CEBBFC. Grayscale: #373737. Windows color (decimal): -13548541 or 214065. OLE color: 214065.
HSL color Cylindrical-coordinate representation of color #314403: hue angle of 77.54º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #314403 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 3 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.73 |
| HSL | 77.54º | 0.92% | 0.14% | - |
| HSV(B) | 77.54º | 0.96% | 0.27% | - |
| XYZ | 3.35 | 4.79 | 0.83 | - |
| YUV | 54.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 3 | 0.28 | 0 | 0.96 | 0.73 | 77.54 | 0.92 | 0.14 |
| Hex | 31 | 44 | 3 | 1C | 0 | 60 | 49 | 4E | 5C | E |
| Octal | 61 | 104 | 3 | 34 | 0 | 140 | 111 | 116 | 134 | 16 |
| Binary | 110001 | 1000100 | 11 | 11100 | 0 | 1100000 | 1001001 | 1001110 | 1011100 | 1110 |
Color Harmonies of #314403
Complementary color
Monochromatic Colors of #314403
Black with #314403
Text Example
Text Example
White with #314403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314403; }
p { color: rgb(49,68,3); }
H1.HeaderClassName
{
color: #314403;
}
.AnyTagClassName
{
color: #314403;
}
</style>
background-color css
<style>
a { background-color: #314403; }
a { background-color: rgb(49,68,3); }
div.DivClassName
{
background-color: #314403;
}
.BgClassName
{
background-color: #314403;
}
</style>
border-color css
<style>
span { border-color: #314403; }
span { border-color: rgb(49,68,3); }
td.TdClassName
{
border-color: #314403;
}
.TagClassName
{
border-color: #314403;
}
</style>