Shades of Turtle Green #334619
Tints of Turtle Green #334619
RGB
CMYK
RGB Variations
Color information
#334619 (or 0x334619) is known color: Turtle Green. HEX triplet: 33, 46 and 19. RGB value is (51,70,25). Sum of RGB (Red+Green+Blue) = 51+70+25=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #334619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334619 is #CCB9E6. Grayscale: #3B3B3B. Windows color (decimal): -13416935 or 1656371. OLE color: 1656371.
HSL color Cylindrical-coordinate representation of color #334619: hue angle of 85.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334619 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 25 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.73 |
| HSL | 85.33º | 0.47% | 0.19% | - |
| HSV(B) | 85.33º | 0.64% | 0.27% | - |
| XYZ | 3.73 | 5.15 | 1.72 | - |
| YUV | 59.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 25 | 0.27 | 0 | 0.64 | 0.73 | 85.33 | 0.47 | 0.19 |
| Hex | 33 | 46 | 19 | 1B | 0 | 40 | 49 | 55 | 2F | 13 |
| Octal | 63 | 106 | 31 | 33 | 0 | 100 | 111 | 125 | 57 | 23 |
| Binary | 110011 | 1000110 | 11001 | 11011 | 0 | 1000000 | 1001001 | 1010101 | 101111 | 10011 |
Color Harmonies of #334619
Complementary color
Monochromatic Colors of #334619
Black with #334619
Text Example
Text Example
White with #334619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334619; }
p { color: rgb(51,70,25); }
H1.HeaderClassName
{
color: #334619;
}
.AnyTagClassName
{
color: #334619;
}
</style>
background-color css
<style>
a { background-color: #334619; }
a { background-color: rgb(51,70,25); }
div.DivClassName
{
background-color: #334619;
}
.BgClassName
{
background-color: #334619;
}
</style>
border-color css
<style>
span { border-color: #334619; }
span { border-color: rgb(51,70,25); }
td.TdClassName
{
border-color: #334619;
}
.TagClassName
{
border-color: #334619;
}
</style>