Shades of Turtle Green #334913
Tints of Turtle Green #334913
RGB
CMYK
RGB Variations
Color information
#334913 (or 0x334913) is known color: Turtle Green. HEX triplet: 33, 49 and 13. RGB value is (51,73,19). Sum of RGB (Red+Green+Blue) = 51+73+19=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #334913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334913 is #CCB6EC. Grayscale: #3C3C3C. Windows color (decimal): -13416173 or 1263923. OLE color: 1263923.
HSL color Cylindrical-coordinate representation of color #334913: hue angle of 84.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334913 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 19 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.71 |
| HSL | 84.44º | 0.59% | 0.18% | - |
| HSV(B) | 84.44º | 0.74% | 0.29% | - |
| XYZ | 3.87 | 5.52 | 1.48 | - |
| YUV | 60.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 19 | 0.30 | 0 | 0.74 | 0.71 | 84.44 | 0.59 | 0.18 |
| Hex | 33 | 49 | 13 | 1E | 0 | 4A | 47 | 54 | 3B | 12 |
| Octal | 63 | 111 | 23 | 36 | 0 | 112 | 107 | 124 | 73 | 22 |
| Binary | 110011 | 1001001 | 10011 | 11110 | 0 | 1001010 | 1000111 | 1010100 | 111011 | 10010 |
Color Harmonies of #334913
Complementary color
Monochromatic Colors of #334913
Black with #334913
Text Example
Text Example
White with #334913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334913; }
p { color: rgb(51,73,19); }
H1.HeaderClassName
{
color: #334913;
}
.AnyTagClassName
{
color: #334913;
}
</style>
background-color css
<style>
a { background-color: #334913; }
a { background-color: rgb(51,73,19); }
div.DivClassName
{
background-color: #334913;
}
.BgClassName
{
background-color: #334913;
}
</style>
border-color css
<style>
span { border-color: #334913; }
span { border-color: rgb(51,73,19); }
td.TdClassName
{
border-color: #334913;
}
.TagClassName
{
border-color: #334913;
}
</style>