Shades of Turtle Green #354817
Tints of Turtle Green #354817
RGB
CMYK
RGB Variations
Color information
#354817 (or 0x354817) is known color: Turtle Green. HEX triplet: 35, 48 and 17. RGB value is (53,72,23). Sum of RGB (Red+Green+Blue) = 53+72+23=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #354817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354817 is #CAB7E8. Grayscale: #3C3C3C. Windows color (decimal): -13285353 or 1525813. OLE color: 1525813.
HSL color Cylindrical-coordinate representation of color #354817: hue angle of 83.27º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354817 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 23 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.72 |
| HSL | 83.27º | 0.52% | 0.19% | - |
| HSV(B) | 83.27º | 0.68% | 0.28% | - |
| XYZ | 3.94 | 5.45 | 1.66 | - |
| YUV | 60.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 23 | 0.26 | 0 | 0.68 | 0.72 | 83.27 | 0.52 | 0.19 |
| Hex | 35 | 48 | 17 | 1A | 0 | 44 | 48 | 53 | 34 | 13 |
| Octal | 65 | 110 | 27 | 32 | 0 | 104 | 110 | 123 | 64 | 23 |
| Binary | 110101 | 1001000 | 10111 | 11010 | 0 | 1000100 | 1001000 | 1010011 | 110100 | 10011 |
Color Harmonies of #354817
Complementary color
Monochromatic Colors of #354817
Black with #354817
Text Example
Text Example
White with #354817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354817; }
p { color: rgb(53,72,23); }
H1.HeaderClassName
{
color: #354817;
}
.AnyTagClassName
{
color: #354817;
}
</style>
background-color css
<style>
a { background-color: #354817; }
a { background-color: rgb(53,72,23); }
div.DivClassName
{
background-color: #354817;
}
.BgClassName
{
background-color: #354817;
}
</style>
border-color css
<style>
span { border-color: #354817; }
span { border-color: rgb(53,72,23); }
td.TdClassName
{
border-color: #354817;
}
.TagClassName
{
border-color: #354817;
}
</style>