Shades of Turtle Green #354611
Tints of Turtle Green #354611
RGB
CMYK
RGB Variations
Color information
#354611 (or 0x354611) is known color: Turtle Green. HEX triplet: 35, 46 and 11. RGB value is (53,70,17). Sum of RGB (Red+Green+Blue) = 53+70+17=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #354611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354611 is #CAB9EE. Grayscale: #3B3B3B. Windows color (decimal): -13285871 or 1132085. OLE color: 1132085.
HSL color Cylindrical-coordinate representation of color #354611: hue angle of 79.25º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354611 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 17 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.73 |
| HSL | 79.25º | 0.61% | 0.17% | - |
| HSV(B) | 79.25º | 0.76% | 0.27% | - |
| XYZ | 3.76 | 5.18 | 1.33 | - |
| YUV | 58.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 17 | 0.24 | 0 | 0.76 | 0.73 | 79.25 | 0.61 | 0.17 |
| Hex | 35 | 46 | 11 | 18 | 0 | 4C | 49 | 4F | 3D | 11 |
| Octal | 65 | 106 | 21 | 30 | 0 | 114 | 111 | 117 | 75 | 21 |
| Binary | 110101 | 1000110 | 10001 | 11000 | 0 | 1001100 | 1001001 | 1001111 | 111101 | 10001 |
Color Harmonies of #354611
Complementary color
Monochromatic Colors of #354611
Black with #354611
Text Example
Text Example
White with #354611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354611; }
p { color: rgb(53,70,17); }
H1.HeaderClassName
{
color: #354611;
}
.AnyTagClassName
{
color: #354611;
}
</style>
background-color css
<style>
a { background-color: #354611; }
a { background-color: rgb(53,70,17); }
div.DivClassName
{
background-color: #354611;
}
.BgClassName
{
background-color: #354611;
}
</style>
border-color css
<style>
span { border-color: #354611; }
span { border-color: rgb(53,70,17); }
td.TdClassName
{
border-color: #354611;
}
.TagClassName
{
border-color: #354611;
}
</style>