Shades of Turtle Green #314803
Tints of Turtle Green #314803
RGB
CMYK
RGB Variations
Color information
#314803 (or 0x314803) is known color: Turtle Green. HEX triplet: 31, 48 and 03. RGB value is (49,72,3). Sum of RGB (Red+Green+Blue) = 49+72+3=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #314803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314803 is #CEB7FC. Grayscale: #393939. Windows color (decimal): -13547517 or 215089. OLE color: 215089.
HSL color Cylindrical-coordinate representation of color #314803: hue angle of 80º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #314803 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 3 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.72 |
| HSL | 80º | 0.92% | 0.15% | - |
| HSV(B) | 80º | 0.96% | 0.28% | - |
| XYZ | 3.6 | 5.29 | 0.92 | - |
| YUV | 57.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 3 | 0.32 | 0 | 0.96 | 0.72 | 80 | 0.92 | 0.15 |
| Hex | 31 | 48 | 3 | 20 | 0 | 60 | 48 | 50 | 5C | F |
| Octal | 61 | 110 | 3 | 40 | 0 | 140 | 110 | 120 | 134 | 17 |
| Binary | 110001 | 1001000 | 11 | 100000 | 0 | 1100000 | 1001000 | 1010000 | 1011100 | 1111 |
Color Harmonies of #314803
Complementary color
Monochromatic Colors of #314803
Black with #314803
Text Example
Text Example
White with #314803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314803; }
p { color: rgb(49,72,3); }
H1.HeaderClassName
{
color: #314803;
}
.AnyTagClassName
{
color: #314803;
}
</style>
background-color css
<style>
a { background-color: #314803; }
a { background-color: rgb(49,72,3); }
div.DivClassName
{
background-color: #314803;
}
.BgClassName
{
background-color: #314803;
}
</style>
border-color css
<style>
span { border-color: #314803; }
span { border-color: rgb(49,72,3); }
td.TdClassName
{
border-color: #314803;
}
.TagClassName
{
border-color: #314803;
}
</style>