Shades of Turtle Green #354617
Tints of Turtle Green #354617
RGB
CMYK
RGB Variations
Color information
#354617 (or 0x354617) is known color: Turtle Green. HEX triplet: 35, 46 and 17. RGB value is (53,70,23). Sum of RGB (Red+Green+Blue) = 53+70+23=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #354617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354617 is #CAB9E8. Grayscale: #3B3B3B. Windows color (decimal): -13285865 or 1525301. OLE color: 1525301.
HSL color Cylindrical-coordinate representation of color #354617: hue angle of 81.7º 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 #354617 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 23 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.73 |
| HSL | 81.7º | 0.51% | 0.18% | - |
| HSV(B) | 81.7º | 0.67% | 0.27% | - |
| XYZ | 3.81 | 5.2 | 1.61 | - |
| YUV | 59.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 23 | 0.24 | 0 | 0.67 | 0.73 | 81.7 | 0.51 | 0.18 |
| Hex | 35 | 46 | 17 | 18 | 0 | 43 | 49 | 52 | 33 | 12 |
| Octal | 65 | 106 | 27 | 30 | 0 | 103 | 111 | 122 | 63 | 22 |
| Binary | 110101 | 1000110 | 10111 | 11000 | 0 | 1000011 | 1001001 | 1010010 | 110011 | 10010 |
Color Harmonies of #354617
Complementary color
Monochromatic Colors of #354617
Black with #354617
Text Example
Text Example
White with #354617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354617; }
p { color: rgb(53,70,23); }
H1.HeaderClassName
{
color: #354617;
}
.AnyTagClassName
{
color: #354617;
}
</style>
background-color css
<style>
a { background-color: #354617; }
a { background-color: rgb(53,70,23); }
div.DivClassName
{
background-color: #354617;
}
.BgClassName
{
background-color: #354617;
}
</style>
border-color css
<style>
span { border-color: #354617; }
span { border-color: rgb(53,70,23); }
td.TdClassName
{
border-color: #354617;
}
.TagClassName
{
border-color: #354617;
}
</style>