Shades of Turtle Green #354416
Tints of Turtle Green #354416
RGB
CMYK
RGB Variations
Color information
#354416 (or 0x354416) is known color: Turtle Green. HEX triplet: 35, 44 and 16. RGB value is (53,68,22). Sum of RGB (Red+Green+Blue) = 53+68+22=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #354416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354416 is #CABBE9. Grayscale: #3A3A3A. Windows color (decimal): -13286378 or 1459253. OLE color: 1459253.
HSL color Cylindrical-coordinate representation of color #354416: hue angle of 79.57º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354416 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 22 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.73 |
| HSL | 79.57º | 0.51% | 0.18% | - |
| HSV(B) | 79.57º | 0.68% | 0.27% | - |
| XYZ | 3.68 | 4.95 | 1.52 | - |
| YUV | 58.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 22 | 0.22 | 0 | 0.68 | 0.73 | 79.57 | 0.51 | 0.18 |
| Hex | 35 | 44 | 16 | 16 | 0 | 44 | 49 | 50 | 33 | 12 |
| Octal | 65 | 104 | 26 | 26 | 0 | 104 | 111 | 120 | 63 | 22 |
| Binary | 110101 | 1000100 | 10110 | 10110 | 0 | 1000100 | 1001001 | 1010000 | 110011 | 10010 |
Color Harmonies of #354416
Complementary color
Monochromatic Colors of #354416
Black with #354416
Text Example
Text Example
White with #354416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354416; }
p { color: rgb(53,68,22); }
H1.HeaderClassName
{
color: #354416;
}
.AnyTagClassName
{
color: #354416;
}
</style>
background-color css
<style>
a { background-color: #354416; }
a { background-color: rgb(53,68,22); }
div.DivClassName
{
background-color: #354416;
}
.BgClassName
{
background-color: #354416;
}
</style>
border-color css
<style>
span { border-color: #354416; }
span { border-color: rgb(53,68,22); }
td.TdClassName
{
border-color: #354416;
}
.TagClassName
{
border-color: #354416;
}
</style>