Shades of Turtle Green #334713
Tints of Turtle Green #334713
RGB
CMYK
RGB Variations
Color information
#334713 (or 0x334713) is known color: Turtle Green. HEX triplet: 33, 47 and 13. RGB value is (51,71,19). Sum of RGB (Red+Green+Blue) = 51+71+19=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #334713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334713 is #CCB8EC. Grayscale: #3B3B3B. Windows color (decimal): -13416685 or 1263411. OLE color: 1263411.
HSL color Cylindrical-coordinate representation of color #334713: hue angle of 83.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334713 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 19 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.72 |
| HSL | 83.08º | 0.58% | 0.18% | - |
| HSV(B) | 83.08º | 0.73% | 0.28% | - |
| XYZ | 3.74 | 5.26 | 1.43 | - |
| YUV | 59.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 19 | 0.28 | 0 | 0.73 | 0.72 | 83.08 | 0.58 | 0.18 |
| Hex | 33 | 47 | 13 | 1C | 0 | 49 | 48 | 53 | 3A | 12 |
| Octal | 63 | 107 | 23 | 34 | 0 | 111 | 110 | 123 | 72 | 22 |
| Binary | 110011 | 1000111 | 10011 | 11100 | 0 | 1001001 | 1001000 | 1010011 | 111010 | 10010 |
Color Harmonies of #334713
Complementary color
Monochromatic Colors of #334713
Black with #334713
Text Example
Text Example
White with #334713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334713; }
p { color: rgb(51,71,19); }
H1.HeaderClassName
{
color: #334713;
}
.AnyTagClassName
{
color: #334713;
}
</style>
background-color css
<style>
a { background-color: #334713; }
a { background-color: rgb(51,71,19); }
div.DivClassName
{
background-color: #334713;
}
.BgClassName
{
background-color: #334713;
}
</style>
border-color css
<style>
span { border-color: #334713; }
span { border-color: rgb(51,71,19); }
td.TdClassName
{
border-color: #334713;
}
.TagClassName
{
border-color: #334713;
}
</style>