Shades of Turtle Green #334615
Tints of Turtle Green #334615
RGB
CMYK
RGB Variations
Color information
#334615 (or 0x334615) is known color: Turtle Green. HEX triplet: 33, 46 and 15. RGB value is (51,70,21). Sum of RGB (Red+Green+Blue) = 51+70+21=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #334615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334615 is #CCB9EA. Grayscale: #3A3A3A. Windows color (decimal): -13416939 or 1394227. OLE color: 1394227.
HSL color Cylindrical-coordinate representation of color #334615: hue angle of 83.27º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334615 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 21 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.73 |
| HSL | 83.27º | 0.54% | 0.18% | - |
| HSV(B) | 83.27º | 0.7% | 0.27% | - |
| XYZ | 3.69 | 5.14 | 1.51 | - |
| YUV | 58.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 21 | 0.27 | 0 | 0.70 | 0.73 | 83.27 | 0.54 | 0.18 |
| Hex | 33 | 46 | 15 | 1B | 0 | 46 | 49 | 53 | 36 | 12 |
| Octal | 63 | 106 | 25 | 33 | 0 | 106 | 111 | 123 | 66 | 22 |
| Binary | 110011 | 1000110 | 10101 | 11011 | 0 | 1000110 | 1001001 | 1010011 | 110110 | 10010 |
Color Harmonies of #334615
Complementary color
Monochromatic Colors of #334615
Black with #334615
Text Example
Text Example
White with #334615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334615; }
p { color: rgb(51,70,21); }
H1.HeaderClassName
{
color: #334615;
}
.AnyTagClassName
{
color: #334615;
}
</style>
background-color css
<style>
a { background-color: #334615; }
a { background-color: rgb(51,70,21); }
div.DivClassName
{
background-color: #334615;
}
.BgClassName
{
background-color: #334615;
}
</style>
border-color css
<style>
span { border-color: #334615; }
span { border-color: rgb(51,70,21); }
td.TdClassName
{
border-color: #334615;
}
.TagClassName
{
border-color: #334615;
}
</style>