Shades of Turtle Green #353805
Tints of Turtle Green #353805
RGB
CMYK
RGB Variations
Color information
#353805 (or 0x353805) is known color: Turtle Green. HEX triplet: 35, 38 and 05. RGB value is (53,56,5). Sum of RGB (Red+Green+Blue) = 53+56+5=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #353805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353805 is #CAC7FA. Grayscale: #313131. Windows color (decimal): -13289467 or 342069. OLE color: 342069.
HSL color Cylindrical-coordinate representation of color #353805: hue angle of 63.53º 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 #353805 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 5 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.78 |
| HSL | 63.53º | 0.84% | 0.12% | - |
| HSV(B) | 63.53º | 0.91% | 0.22% | - |
| XYZ | 2.91 | 3.6 | 0.68 | - |
| YUV | 49.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 5 | 0.05 | 0 | 0.91 | 0.78 | 63.53 | 0.84 | 0.12 |
| Hex | 35 | 38 | 5 | 5 | 0 | 5B | 4E | 40 | 54 | C |
| Octal | 65 | 70 | 5 | 5 | 0 | 133 | 116 | 100 | 124 | 14 |
| Binary | 110101 | 111000 | 101 | 101 | 0 | 1011011 | 1001110 | 1000000 | 1010100 | 1100 |
Color Harmonies of #353805
Complementary color
Monochromatic Colors of #353805
Black with #353805
Text Example
Text Example
White with #353805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353805; }
p { color: rgb(53,56,5); }
H1.HeaderClassName
{
color: #353805;
}
.AnyTagClassName
{
color: #353805;
}
</style>
background-color css
<style>
a { background-color: #353805; }
a { background-color: rgb(53,56,5); }
div.DivClassName
{
background-color: #353805;
}
.BgClassName
{
background-color: #353805;
}
</style>
border-color css
<style>
span { border-color: #353805; }
span { border-color: rgb(53,56,5); }
td.TdClassName
{
border-color: #353805;
}
.TagClassName
{
border-color: #353805;
}
</style>