Shades of Turtle Green #354511
Tints of Turtle Green #354511
RGB
CMYK
RGB Variations
Color information
#354511 (or 0x354511) is known color: Turtle Green. HEX triplet: 35, 45 and 11. RGB value is (53,69,17). Sum of RGB (Red+Green+Blue) = 53+69+17=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #354511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354511 is #CABAEE. Grayscale: #3A3A3A. Windows color (decimal): -13286127 or 1131829. OLE color: 1131829.
HSL color Cylindrical-coordinate representation of color #354511: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354511 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 17 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.73 |
| HSL | 78.46º | 0.6% | 0.17% | - |
| HSV(B) | 78.46º | 0.75% | 0.27% | - |
| XYZ | 3.7 | 5.05 | 1.31 | - |
| YUV | 58.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 17 | 0.23 | 0 | 0.75 | 0.73 | 78.46 | 0.6 | 0.17 |
| Hex | 35 | 45 | 11 | 17 | 0 | 4B | 49 | 4E | 3C | 11 |
| Octal | 65 | 105 | 21 | 27 | 0 | 113 | 111 | 116 | 74 | 21 |
| Binary | 110101 | 1000101 | 10001 | 10111 | 0 | 1001011 | 1001001 | 1001110 | 111100 | 10001 |
Color Harmonies of #354511
Complementary color
Monochromatic Colors of #354511
Black with #354511
Text Example
Text Example
White with #354511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354511; }
p { color: rgb(53,69,17); }
H1.HeaderClassName
{
color: #354511;
}
.AnyTagClassName
{
color: #354511;
}
</style>
background-color css
<style>
a { background-color: #354511; }
a { background-color: rgb(53,69,17); }
div.DivClassName
{
background-color: #354511;
}
.BgClassName
{
background-color: #354511;
}
</style>
border-color css
<style>
span { border-color: #354511; }
span { border-color: rgb(53,69,17); }
td.TdClassName
{
border-color: #354511;
}
.TagClassName
{
border-color: #354511;
}
</style>