Shades of Turtle Green #354217
Tints of Turtle Green #354217
RGB
CMYK
RGB Variations
Color information
#354217 (or 0x354217) is known color: Turtle Green. HEX triplet: 35, 42 and 17. RGB value is (53,66,23). Sum of RGB (Red+Green+Blue) = 53+66+23=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #354217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354217 is #CABDE8. Grayscale: #393939. Windows color (decimal): -13286889 or 1524277. OLE color: 1524277.
HSL color Cylindrical-coordinate representation of color #354217: hue angle of 78.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354217 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 23 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.74 |
| HSL | 78.14º | 0.48% | 0.17% | - |
| HSV(B) | 78.14º | 0.65% | 0.26% | - |
| XYZ | 3.57 | 4.72 | 1.53 | - |
| YUV | 57.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 23 | 0.20 | 0 | 0.65 | 0.74 | 78.14 | 0.48 | 0.17 |
| Hex | 35 | 42 | 17 | 14 | 0 | 41 | 4A | 4E | 30 | 11 |
| Octal | 65 | 102 | 27 | 24 | 0 | 101 | 112 | 116 | 60 | 21 |
| Binary | 110101 | 1000010 | 10111 | 10100 | 0 | 1000001 | 1001010 | 1001110 | 110000 | 10001 |
Color Harmonies of #354217
Complementary color
Monochromatic Colors of #354217
Black with #354217
Text Example
Text Example
White with #354217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354217; }
p { color: rgb(53,66,23); }
H1.HeaderClassName
{
color: #354217;
}
.AnyTagClassName
{
color: #354217;
}
</style>
background-color css
<style>
a { background-color: #354217; }
a { background-color: rgb(53,66,23); }
div.DivClassName
{
background-color: #354217;
}
.BgClassName
{
background-color: #354217;
}
</style>
border-color css
<style>
span { border-color: #354217; }
span { border-color: rgb(53,66,23); }
td.TdClassName
{
border-color: #354217;
}
.TagClassName
{
border-color: #354217;
}
</style>