Shades of Turtle Green #354917
Tints of Turtle Green #354917
RGB
CMYK
RGB Variations
Color information
#354917 (or 0x354917) is known color: Turtle Green. HEX triplet: 35, 49 and 17. RGB value is (53,73,23). Sum of RGB (Red+Green+Blue) = 53+73+23=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #354917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354917 is #CAB6E8. Grayscale: #3D3D3D. Windows color (decimal): -13285097 or 1526069. OLE color: 1526069.
HSL color Cylindrical-coordinate representation of color #354917: hue angle of 84º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354917 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 23 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.71 |
| HSL | 84º | 0.52% | 0.19% | - |
| HSV(B) | 84º | 0.68% | 0.29% | - |
| XYZ | 4.01 | 5.58 | 1.68 | - |
| YUV | 61.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 23 | 0.27 | 0 | 0.68 | 0.71 | 84 | 0.52 | 0.19 |
| Hex | 35 | 49 | 17 | 1B | 0 | 44 | 47 | 54 | 34 | 13 |
| Octal | 65 | 111 | 27 | 33 | 0 | 104 | 107 | 124 | 64 | 23 |
| Binary | 110101 | 1001001 | 10111 | 11011 | 0 | 1000100 | 1000111 | 1010100 | 110100 | 10011 |
Color Harmonies of #354917
Complementary color
Monochromatic Colors of #354917
Black with #354917
Text Example
Text Example
White with #354917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354917; }
p { color: rgb(53,73,23); }
H1.HeaderClassName
{
color: #354917;
}
.AnyTagClassName
{
color: #354917;
}
</style>
background-color css
<style>
a { background-color: #354917; }
a { background-color: rgb(53,73,23); }
div.DivClassName
{
background-color: #354917;
}
.BgClassName
{
background-color: #354917;
}
</style>
border-color css
<style>
span { border-color: #354917; }
span { border-color: rgb(53,73,23); }
td.TdClassName
{
border-color: #354917;
}
.TagClassName
{
border-color: #354917;
}
</style>