Shades of Turtle Green #334E04
Tints of Turtle Green #334E04
RGB
CMYK
RGB Variations
Color information
#334E04 (or 0x334E04) is known color: Turtle Green. HEX triplet: 33, 4E and 04. RGB value is (51,78,4). Sum of RGB (Red+Green+Blue) = 51+78+4=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 78 (30.86% from 255 or 58.65% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 78 - color contains mainly: green. Hex color #334E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334E04 is #CCB1FB. Grayscale: #3D3D3D. Windows color (decimal): -13414908 or 282163. OLE color: 282163.
HSL color Cylindrical-coordinate representation of color #334E04: hue angle of 81.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #334E04 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 78 | 4 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.69 |
| HSL | 81.89º | 0.9% | 0.16% | - |
| HSV(B) | 81.89º | 0.95% | 0.31% | - |
| XYZ | 4.11 | 6.16 | 1.09 | - |
| YUV | 61.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 4 | 0.35 | 0 | 0.95 | 0.69 | 81.89 | 0.9 | 0.16 |
| Hex | 33 | 4E | 4 | 23 | 0 | 5F | 45 | 52 | 5A | 10 |
| Octal | 63 | 116 | 4 | 43 | 0 | 137 | 105 | 122 | 132 | 20 |
| Binary | 110011 | 1001110 | 100 | 100011 | 0 | 1011111 | 1000101 | 1010010 | 1011010 | 10000 |
Color Harmonies of #334E04
Complementary color
Monochromatic Colors of #334E04
Black with #334E04
Text Example
Text Example
White with #334E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334E04; }
p { color: rgb(51,78,4); }
H1.HeaderClassName
{
color: #334E04;
}
.AnyTagClassName
{
color: #334E04;
}
</style>
background-color css
<style>
a { background-color: #334E04; }
a { background-color: rgb(51,78,4); }
div.DivClassName
{
background-color: #334E04;
}
.BgClassName
{
background-color: #334E04;
}
</style>
border-color css
<style>
span { border-color: #334E04; }
span { border-color: rgb(51,78,4); }
td.TdClassName
{
border-color: #334E04;
}
.TagClassName
{
border-color: #334E04;
}
</style>