Shades of Turtle Green #334900
Tints of Turtle Green #334900
RGB
CMYK
RGB Variations
Color information
#334900 (or 0x334900) is known color: Turtle Green. HEX triplet: 33, 49 and 00. RGB value is (51,73,0). Sum of RGB (Red+Green+Blue) = 51+73+0=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #334900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334900 is #CCB6FF. Grayscale: #3A3A3A. Windows color (decimal): -13416192 or 18739. OLE color: 18739.
HSL color Cylindrical-coordinate representation of color #334900: hue angle of 78.08º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #334900 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.71 |
| HSL | 78.08º | 1% | 0.14% | - |
| HSV(B) | 78.08º | 1% | 0.29% | - |
| XYZ | 3.75 | 5.47 | 0.86 | - |
| YUV | 58.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 0 | 0.30 | 0 | 1 | 0.71 | 78.08 | 1 | 0.14 |
| Hex | 33 | 49 | 0 | 1E | 0 | 64 | 47 | 4E | 64 | E |
| Octal | 63 | 111 | 0 | 36 | 0 | 144 | 107 | 116 | 144 | 16 |
| Binary | 110011 | 1001001 | 0 | 11110 | 0 | 1100100 | 1000111 | 1001110 | 1100100 | 1110 |
Color Harmonies of #334900
Complementary color
Monochromatic Colors of #334900
Black with #334900
Text Example
Text Example
White with #334900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334900; }
p { color: rgb(51,73,0); }
H1.HeaderClassName
{
color: #334900;
}
.AnyTagClassName
{
color: #334900;
}
</style>
background-color css
<style>
a { background-color: #334900; }
a { background-color: rgb(51,73,0); }
div.DivClassName
{
background-color: #334900;
}
.BgClassName
{
background-color: #334900;
}
</style>
border-color css
<style>
span { border-color: #334900; }
span { border-color: rgb(51,73,0); }
td.TdClassName
{
border-color: #334900;
}
.TagClassName
{
border-color: #334900;
}
</style>