Shades of Turtle Green #314C01
Tints of Turtle Green #314C01
RGB
CMYK
RGB Variations
Color information
#314C01 (or 0x314C01) is known color: Turtle Green. HEX triplet: 31, 4C and 01. RGB value is (49,76,1). Sum of RGB (Red+Green+Blue) = 49+76+1=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #314C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C01 is #CEB3FE. Grayscale: #3B3B3B. Windows color (decimal): -13546495 or 85041. OLE color: 85041.
HSL color Cylindrical-coordinate representation of color #314C01: hue angle of 81.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #314C01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.70 |
| HSL | 81.6º | 0.97% | 0.15% | - |
| HSV(B) | 81.6º | 0.99% | 0.3% | - |
| XYZ | 3.86 | 5.82 | 0.95 | - |
| YUV | 59.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 1 | 0.36 | 0 | 0.99 | 0.70 | 81.6 | 0.97 | 0.15 |
| Hex | 31 | 4C | 1 | 24 | 0 | 63 | 46 | 52 | 61 | F |
| Octal | 61 | 114 | 1 | 44 | 0 | 143 | 106 | 122 | 141 | 17 |
| Binary | 110001 | 1001100 | 1 | 100100 | 0 | 1100011 | 1000110 | 1010010 | 1100001 | 1111 |
Color Harmonies of #314C01
Complementary color
Monochromatic Colors of #314C01
Black with #314C01
Text Example
Text Example
White with #314C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C01; }
p { color: rgb(49,76,1); }
H1.HeaderClassName
{
color: #314C01;
}
.AnyTagClassName
{
color: #314C01;
}
</style>
background-color css
<style>
a { background-color: #314C01; }
a { background-color: rgb(49,76,1); }
div.DivClassName
{
background-color: #314C01;
}
.BgClassName
{
background-color: #314C01;
}
</style>
border-color css
<style>
span { border-color: #314C01; }
span { border-color: rgb(49,76,1); }
td.TdClassName
{
border-color: #314C01;
}
.TagClassName
{
border-color: #314C01;
}
</style>