Shades of Turtle Green #314C00
Tints of Turtle Green #314C00
RGB
CMYK
RGB Variations
Color information
#314C00 (or 0x314C00) is known color: Turtle Green. HEX triplet: 31, 4C and 00. RGB value is (49,76,0). Sum of RGB (Red+Green+Blue) = 49+76+0=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #314C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C00 is #CEB3FF. Grayscale: #3B3B3B. Windows color (decimal): -13546496 or 19505. OLE color: 19505.
HSL color Cylindrical-coordinate representation of color #314C00: hue angle of 81.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314C00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.70 |
| HSL | 81.32º | 1% | 0.15% | - |
| HSV(B) | 81.32º | 1% | 0.3% | - |
| XYZ | 3.85 | 5.82 | 0.92 | - |
| YUV | 59.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 0 | 0.36 | 0 | 1 | 0.70 | 81.32 | 1 | 0.15 |
| Hex | 31 | 4C | 0 | 24 | 0 | 64 | 46 | 51 | 64 | F |
| Octal | 61 | 114 | 0 | 44 | 0 | 144 | 106 | 121 | 144 | 17 |
| Binary | 110001 | 1001100 | 0 | 100100 | 0 | 1100100 | 1000110 | 1010001 | 1100100 | 1111 |
Color Harmonies of #314C00
Complementary color
Monochromatic Colors of #314C00
Black with #314C00
Text Example
Text Example
White with #314C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C00; }
p { color: rgb(49,76,0); }
H1.HeaderClassName
{
color: #314C00;
}
.AnyTagClassName
{
color: #314C00;
}
</style>
background-color css
<style>
a { background-color: #314C00; }
a { background-color: rgb(49,76,0); }
div.DivClassName
{
background-color: #314C00;
}
.BgClassName
{
background-color: #314C00;
}
</style>
border-color css
<style>
span { border-color: #314C00; }
span { border-color: rgb(49,76,0); }
td.TdClassName
{
border-color: #314C00;
}
.TagClassName
{
border-color: #314C00;
}
</style>