Shades of Turtle Green #334813
Tints of Turtle Green #334813
RGB
CMYK
RGB Variations
Color information
#334813 (or 0x334813) is known color: Turtle Green. HEX triplet: 33, 48 and 13. RGB value is (51,72,19). Sum of RGB (Red+Green+Blue) = 51+72+19=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #334813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334813 is #CCB7EC. Grayscale: #3B3B3B. Windows color (decimal): -13416429 or 1263667. OLE color: 1263667.
HSL color Cylindrical-coordinate representation of color #334813: hue angle of 83.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334813 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 72 | 19 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.72 |
| HSL | 83.77º | 0.58% | 0.18% | - |
| HSV(B) | 83.77º | 0.74% | 0.28% | - |
| XYZ | 3.8 | 5.39 | 1.46 | - |
| YUV | 59.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 19 | 0.29 | 0 | 0.74 | 0.72 | 83.77 | 0.58 | 0.18 |
| Hex | 33 | 48 | 13 | 1D | 0 | 4A | 48 | 54 | 3A | 12 |
| Octal | 63 | 110 | 23 | 35 | 0 | 112 | 110 | 124 | 72 | 22 |
| Binary | 110011 | 1001000 | 10011 | 11101 | 0 | 1001010 | 1001000 | 1010100 | 111010 | 10010 |
Color Harmonies of #334813
Complementary color
Monochromatic Colors of #334813
Black with #334813
Text Example
Text Example
White with #334813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334813; }
p { color: rgb(51,72,19); }
H1.HeaderClassName
{
color: #334813;
}
.AnyTagClassName
{
color: #334813;
}
</style>
background-color css
<style>
a { background-color: #334813; }
a { background-color: rgb(51,72,19); }
div.DivClassName
{
background-color: #334813;
}
.BgClassName
{
background-color: #334813;
}
</style>
border-color css
<style>
span { border-color: #334813; }
span { border-color: rgb(51,72,19); }
td.TdClassName
{
border-color: #334813;
}
.TagClassName
{
border-color: #334813;
}
</style>