Shades of Turtle Green #354809
Tints of Turtle Green #354809
RGB
CMYK
RGB Variations
Color information
#354809 (or 0x354809) is known color: Turtle Green. HEX triplet: 35, 48 and 09. RGB value is (53,72,9). Sum of RGB (Red+Green+Blue) = 53+72+9=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #354809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354809 is #CAB7F6. Grayscale: #3B3B3B. Windows color (decimal): -13285367 or 608309. OLE color: 608309.
HSL color Cylindrical-coordinate representation of color #354809: hue angle of 78.1º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #354809 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 9 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.72 |
| HSL | 78.1º | 0.78% | 0.16% | - |
| HSV(B) | 78.1º | 0.88% | 0.28% | - |
| XYZ | 3.83 | 5.41 | 1.1 | - |
| YUV | 59.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 9 | 0.26 | 0 | 0.88 | 0.72 | 78.1 | 0.78 | 0.16 |
| Hex | 35 | 48 | 9 | 1A | 0 | 58 | 48 | 4E | 4E | 10 |
| Octal | 65 | 110 | 11 | 32 | 0 | 130 | 110 | 116 | 116 | 20 |
| Binary | 110101 | 1001000 | 1001 | 11010 | 0 | 1011000 | 1001000 | 1001110 | 1001110 | 10000 |
Color Harmonies of #354809
Complementary color
Monochromatic Colors of #354809
Black with #354809
Text Example
Text Example
White with #354809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354809; }
p { color: rgb(53,72,9); }
H1.HeaderClassName
{
color: #354809;
}
.AnyTagClassName
{
color: #354809;
}
</style>
background-color css
<style>
a { background-color: #354809; }
a { background-color: rgb(53,72,9); }
div.DivClassName
{
background-color: #354809;
}
.BgClassName
{
background-color: #354809;
}
</style>
border-color css
<style>
span { border-color: #354809; }
span { border-color: rgb(53,72,9); }
td.TdClassName
{
border-color: #354809;
}
.TagClassName
{
border-color: #354809;
}
</style>