Shades of Turtle Green #354410
Tints of Turtle Green #354410
RGB
CMYK
RGB Variations
Color information
#354410 (or 0x354410) is known color: Turtle Green. HEX triplet: 35, 44 and 10. RGB value is (53,68,16). Sum of RGB (Red+Green+Blue) = 53+68+16=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #354410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354410 is #CABBEF. Grayscale: #393939. Windows color (decimal): -13286384 or 1066037. OLE color: 1066037.
HSL color Cylindrical-coordinate representation of color #354410: hue angle of 77.31º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354410 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 16 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.73 |
| HSL | 77.31º | 0.62% | 0.16% | - |
| HSV(B) | 77.31º | 0.76% | 0.27% | - |
| XYZ | 3.63 | 4.93 | 1.25 | - |
| YUV | 57.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 16 | 0.22 | 0 | 0.76 | 0.73 | 77.31 | 0.62 | 0.16 |
| Hex | 35 | 44 | 10 | 16 | 0 | 4C | 49 | 4D | 3E | 10 |
| Octal | 65 | 104 | 20 | 26 | 0 | 114 | 111 | 115 | 76 | 20 |
| Binary | 110101 | 1000100 | 10000 | 10110 | 0 | 1001100 | 1001001 | 1001101 | 111110 | 10000 |
Color Harmonies of #354410
Complementary color
Monochromatic Colors of #354410
Black with #354410
Text Example
Text Example
White with #354410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354410; }
p { color: rgb(53,68,16); }
H1.HeaderClassName
{
color: #354410;
}
.AnyTagClassName
{
color: #354410;
}
</style>
background-color css
<style>
a { background-color: #354410; }
a { background-color: rgb(53,68,16); }
div.DivClassName
{
background-color: #354410;
}
.BgClassName
{
background-color: #354410;
}
</style>
border-color css
<style>
span { border-color: #354410; }
span { border-color: rgb(53,68,16); }
td.TdClassName
{
border-color: #354410;
}
.TagClassName
{
border-color: #354410;
}
</style>