Shades of Turtle Green #334E03
Tints of Turtle Green #334E03
RGB
CMYK
RGB Variations
Color information
#334E03 (or 0x334E03) is known color: Turtle Green. HEX triplet: 33, 4E and 03. RGB value is (51,78,3). Sum of RGB (Red+Green+Blue) = 51+78+3=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #334E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334E03 is #CCB1FC. Grayscale: #3D3D3D. Windows color (decimal): -13414909 or 216627. OLE color: 216627.
HSL color Cylindrical-coordinate representation of color #334E03: hue angle of 81.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #334E03 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 3 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.69 |
| HSL | 81.6º | 0.93% | 0.16% | - |
| HSV(B) | 81.6º | 0.96% | 0.31% | - |
| XYZ | 4.11 | 6.16 | 1.06 | - |
| YUV | 61.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 3 | 0.35 | 0 | 0.96 | 0.69 | 81.6 | 0.93 | 0.16 |
| Hex | 33 | 4E | 3 | 23 | 0 | 60 | 45 | 52 | 5D | 10 |
| Octal | 63 | 116 | 3 | 43 | 0 | 140 | 105 | 122 | 135 | 20 |
| Binary | 110011 | 1001110 | 11 | 100011 | 0 | 1100000 | 1000101 | 1010010 | 1011101 | 10000 |
Color Harmonies of #334E03
Complementary color
Monochromatic Colors of #334E03
Black with #334E03
Text Example
Text Example
White with #334E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E03; }
p { color: rgb(51,78,3); }
H1.HeaderClassName
{
color: #334E03;
}
.AnyTagClassName
{
color: #334E03;
}
</style>
background-color css
<style>
a { background-color: #334E03; }
a { background-color: rgb(51,78,3); }
div.DivClassName
{
background-color: #334E03;
}
.BgClassName
{
background-color: #334E03;
}
</style>
border-color css
<style>
span { border-color: #334E03; }
span { border-color: rgb(51,78,3); }
td.TdClassName
{
border-color: #334E03;
}
.TagClassName
{
border-color: #334E03;
}
</style>