Shades of Turtle Green #334617
Tints of Turtle Green #334617
RGB
CMYK
RGB Variations
Color information
#334617 (or 0x334617) is known color: Turtle Green. HEX triplet: 33, 46 and 17. RGB value is (51,70,23). Sum of RGB (Red+Green+Blue) = 51+70+23=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #334617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334617 is #CCB9E8. Grayscale: #3B3B3B. Windows color (decimal): -13416937 or 1525299. OLE color: 1525299.
HSL color Cylindrical-coordinate representation of color #334617: hue angle of 84.26º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334617 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 23 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.73 |
| HSL | 84.26º | 0.51% | 0.18% | - |
| HSV(B) | 84.26º | 0.67% | 0.27% | - |
| XYZ | 3.71 | 5.15 | 1.61 | - |
| YUV | 58.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 23 | 0.27 | 0 | 0.67 | 0.73 | 84.26 | 0.51 | 0.18 |
| Hex | 33 | 46 | 17 | 1B | 0 | 43 | 49 | 54 | 33 | 12 |
| Octal | 63 | 106 | 27 | 33 | 0 | 103 | 111 | 124 | 63 | 22 |
| Binary | 110011 | 1000110 | 10111 | 11011 | 0 | 1000011 | 1001001 | 1010100 | 110011 | 10010 |
Color Harmonies of #334617
Complementary color
Monochromatic Colors of #334617
Black with #334617
Text Example
Text Example
White with #334617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334617; }
p { color: rgb(51,70,23); }
H1.HeaderClassName
{
color: #334617;
}
.AnyTagClassName
{
color: #334617;
}
</style>
background-color css
<style>
a { background-color: #334617; }
a { background-color: rgb(51,70,23); }
div.DivClassName
{
background-color: #334617;
}
.BgClassName
{
background-color: #334617;
}
</style>
border-color css
<style>
span { border-color: #334617; }
span { border-color: rgb(51,70,23); }
td.TdClassName
{
border-color: #334617;
}
.TagClassName
{
border-color: #334617;
}
</style>