Shades of Turtle Green #353905
Tints of Turtle Green #353905
RGB
CMYK
RGB Variations
Color information
#353905 (or 0x353905) is known color: Turtle Green. HEX triplet: 35, 39 and 05. RGB value is (53,57,5). Sum of RGB (Red+Green+Blue) = 53+57+5=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #353905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353905 is #CAC6FA. Grayscale: #323232. Windows color (decimal): -13289211 or 342325. OLE color: 342325.
HSL color Cylindrical-coordinate representation of color #353905: hue angle of 64.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #353905 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 5 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.78 |
| HSL | 64.62º | 0.84% | 0.12% | - |
| HSV(B) | 64.62º | 0.91% | 0.22% | - |
| XYZ | 2.96 | 3.69 | 0.7 | - |
| YUV | 49.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 5 | 0.07 | 0 | 0.91 | 0.78 | 64.62 | 0.84 | 0.12 |
| Hex | 35 | 39 | 5 | 7 | 0 | 5B | 4E | 41 | 54 | C |
| Octal | 65 | 71 | 5 | 7 | 0 | 133 | 116 | 101 | 124 | 14 |
| Binary | 110101 | 111001 | 101 | 111 | 0 | 1011011 | 1001110 | 1000001 | 1010100 | 1100 |
Color Harmonies of #353905
Complementary color
Monochromatic Colors of #353905
Black with #353905
Text Example
Text Example
White with #353905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353905; }
p { color: rgb(53,57,5); }
H1.HeaderClassName
{
color: #353905;
}
.AnyTagClassName
{
color: #353905;
}
</style>
background-color css
<style>
a { background-color: #353905; }
a { background-color: rgb(53,57,5); }
div.DivClassName
{
background-color: #353905;
}
.BgClassName
{
background-color: #353905;
}
</style>
border-color css
<style>
span { border-color: #353905; }
span { border-color: rgb(53,57,5); }
td.TdClassName
{
border-color: #353905;
}
.TagClassName
{
border-color: #353905;
}
</style>