Shades of Turtle Green #334904
Tints of Turtle Green #334904
RGB
CMYK
RGB Variations
Color information
#334904 (or 0x334904) is known color: Turtle Green. HEX triplet: 33, 49 and 04. RGB value is (51,73,4). Sum of RGB (Red+Green+Blue) = 51+73+4=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #334904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334904 is #CCB6FB. Grayscale: #3A3A3A. Windows color (decimal): -13416188 or 280883. OLE color: 280883.
HSL color Cylindrical-coordinate representation of color #334904: hue angle of 79.13º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #334904 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 4 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.71 |
| HSL | 79.13º | 0.9% | 0.15% | - |
| HSV(B) | 79.13º | 0.95% | 0.29% | - |
| XYZ | 3.77 | 5.48 | 0.97 | - |
| YUV | 58.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 4 | 0.30 | 0 | 0.95 | 0.71 | 79.13 | 0.9 | 0.15 |
| Hex | 33 | 49 | 4 | 1E | 0 | 5F | 47 | 4F | 5A | F |
| Octal | 63 | 111 | 4 | 36 | 0 | 137 | 107 | 117 | 132 | 17 |
| Binary | 110011 | 1001001 | 100 | 11110 | 0 | 1011111 | 1000111 | 1001111 | 1011010 | 1111 |
Color Harmonies of #334904
Complementary color
Monochromatic Colors of #334904
Black with #334904
Text Example
Text Example
White with #334904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334904; }
p { color: rgb(51,73,4); }
H1.HeaderClassName
{
color: #334904;
}
.AnyTagClassName
{
color: #334904;
}
</style>
background-color css
<style>
a { background-color: #334904; }
a { background-color: rgb(51,73,4); }
div.DivClassName
{
background-color: #334904;
}
.BgClassName
{
background-color: #334904;
}
</style>
border-color css
<style>
span { border-color: #334904; }
span { border-color: rgb(51,73,4); }
td.TdClassName
{
border-color: #334904;
}
.TagClassName
{
border-color: #334904;
}
</style>