Shades of Turtle Green #354510
Tints of Turtle Green #354510
RGB
CMYK
RGB Variations
Color information
#354510 (or 0x354510) is known color: Turtle Green. HEX triplet: 35, 45 and 10. RGB value is (53,69,16). Sum of RGB (Red+Green+Blue) = 53+69+16=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #354510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354510 is #CABAEF. Grayscale: #3A3A3A. Windows color (decimal): -13286128 or 1066293. OLE color: 1066293.
HSL color Cylindrical-coordinate representation of color #354510: hue angle of 78.11º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354510 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 16 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.73 |
| HSL | 78.11º | 0.62% | 0.17% | - |
| HSV(B) | 78.11º | 0.77% | 0.27% | - |
| XYZ | 3.69 | 5.05 | 1.27 | - |
| YUV | 58.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 16 | 0.23 | 0 | 0.77 | 0.73 | 78.11 | 0.62 | 0.17 |
| Hex | 35 | 45 | 10 | 17 | 0 | 4D | 49 | 4E | 3E | 11 |
| Octal | 65 | 105 | 20 | 27 | 0 | 115 | 111 | 116 | 76 | 21 |
| Binary | 110101 | 1000101 | 10000 | 10111 | 0 | 1001101 | 1001001 | 1001110 | 111110 | 10001 |
Color Harmonies of #354510
Complementary color
Monochromatic Colors of #354510
Black with #354510
Text Example
Text Example
White with #354510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354510; }
p { color: rgb(53,69,16); }
H1.HeaderClassName
{
color: #354510;
}
.AnyTagClassName
{
color: #354510;
}
</style>
background-color css
<style>
a { background-color: #354510; }
a { background-color: rgb(53,69,16); }
div.DivClassName
{
background-color: #354510;
}
.BgClassName
{
background-color: #354510;
}
</style>
border-color css
<style>
span { border-color: #354510; }
span { border-color: rgb(53,69,16); }
td.TdClassName
{
border-color: #354510;
}
.TagClassName
{
border-color: #354510;
}
</style>