Shades of Turtle Green #354517
Tints of Turtle Green #354517
RGB
CMYK
RGB Variations
Color information
#354517 (or 0x354517) is known color: Turtle Green. HEX triplet: 35, 45 and 17. RGB value is (53,69,23). Sum of RGB (Red+Green+Blue) = 53+69+23=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #354517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354517 is #CABAE8. Grayscale: #3B3B3B. Windows color (decimal): -13286121 or 1525045. OLE color: 1525045.
HSL color Cylindrical-coordinate representation of color #354517: hue angle of 80.87º degrees, saturation: 0.5, 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 #354517 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 23 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.73 |
| HSL | 80.87º | 0.5% | 0.18% | - |
| HSV(B) | 80.87º | 0.67% | 0.27% | - |
| XYZ | 3.75 | 5.07 | 1.59 | - |
| YUV | 58.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 23 | 0.23 | 0 | 0.67 | 0.73 | 80.87 | 0.5 | 0.18 |
| Hex | 35 | 45 | 17 | 17 | 0 | 43 | 49 | 51 | 32 | 12 |
| Octal | 65 | 105 | 27 | 27 | 0 | 103 | 111 | 121 | 62 | 22 |
| Binary | 110101 | 1000101 | 10111 | 10111 | 0 | 1000011 | 1001001 | 1010001 | 110010 | 10010 |
Color Harmonies of #354517
Complementary color
Monochromatic Colors of #354517
Black with #354517
Text Example
Text Example
White with #354517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354517; }
p { color: rgb(53,69,23); }
H1.HeaderClassName
{
color: #354517;
}
.AnyTagClassName
{
color: #354517;
}
</style>
background-color css
<style>
a { background-color: #354517; }
a { background-color: rgb(53,69,23); }
div.DivClassName
{
background-color: #354517;
}
.BgClassName
{
background-color: #354517;
}
</style>
border-color css
<style>
span { border-color: #354517; }
span { border-color: rgb(53,69,23); }
td.TdClassName
{
border-color: #354517;
}
.TagClassName
{
border-color: #354517;
}
</style>