Shades of Turtle Green #353F09
Tints of Turtle Green #353F09
RGB
CMYK
RGB Variations
Color information
#353F09 (or 0x353F09) is known color: Turtle Green. HEX triplet: 35, 3F and 09. RGB value is (53,63,9). Sum of RGB (Red+Green+Blue) = 53+63+9=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #353F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353F09 is #CAC0F6. Grayscale: #363636. Windows color (decimal): -13287671 or 606005. OLE color: 606005.
HSL color Cylindrical-coordinate representation of color #353F09: hue angle of 71.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #353F09 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 9 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.75 |
| HSL | 71.11º | 0.75% | 0.14% | - |
| HSV(B) | 71.11º | 0.86% | 0.25% | - |
| XYZ | 3.3 | 4.33 | 0.92 | - |
| YUV | 53.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 9 | 0.16 | 0 | 0.86 | 0.75 | 71.11 | 0.75 | 0.14 |
| Hex | 35 | 3F | 9 | 10 | 0 | 56 | 4B | 47 | 4B | E |
| Octal | 65 | 77 | 11 | 20 | 0 | 126 | 113 | 107 | 113 | 16 |
| Binary | 110101 | 111111 | 1001 | 10000 | 0 | 1010110 | 1001011 | 1000111 | 1001011 | 1110 |
Color Harmonies of #353F09
Complementary color
Monochromatic Colors of #353F09
Black with #353F09
Text Example
Text Example
White with #353F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F09; }
p { color: rgb(53,63,9); }
H1.HeaderClassName
{
color: #353F09;
}
.AnyTagClassName
{
color: #353F09;
}
</style>
background-color css
<style>
a { background-color: #353F09; }
a { background-color: rgb(53,63,9); }
div.DivClassName
{
background-color: #353F09;
}
.BgClassName
{
background-color: #353F09;
}
</style>
border-color css
<style>
span { border-color: #353F09; }
span { border-color: rgb(53,63,9); }
td.TdClassName
{
border-color: #353F09;
}
.TagClassName
{
border-color: #353F09;
}
</style>