Shades of Turtle Green #353D11
Tints of Turtle Green #353D11
RGB
CMYK
RGB Variations
Color information
#353D11 (or 0x353D11) is known color: Turtle Green. HEX triplet: 35, 3D and 11. RGB value is (53,61,17). Sum of RGB (Red+Green+Blue) = 53+61+17=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #353D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D11 is #CAC2EE. Grayscale: #353535. Windows color (decimal): -13288175 or 1129781. OLE color: 1129781.
HSL color Cylindrical-coordinate representation of color #353D11: hue angle of 70.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353D11 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 17 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.76 |
| HSL | 70.91º | 0.56% | 0.15% | - |
| HSV(B) | 70.91º | 0.72% | 0.24% | - |
| XYZ | 3.24 | 4.13 | 1.16 | - |
| YUV | 53.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 17 | 0.13 | 0 | 0.72 | 0.76 | 70.91 | 0.56 | 0.15 |
| Hex | 35 | 3D | 11 | D | 0 | 48 | 4C | 47 | 38 | F |
| Octal | 65 | 75 | 21 | 15 | 0 | 110 | 114 | 107 | 70 | 17 |
| Binary | 110101 | 111101 | 10001 | 1101 | 0 | 1001000 | 1001100 | 1000111 | 111000 | 1111 |
Color Harmonies of #353D11
Complementary color
Monochromatic Colors of #353D11
Black with #353D11
Text Example
Text Example
White with #353D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D11; }
p { color: rgb(53,61,17); }
H1.HeaderClassName
{
color: #353D11;
}
.AnyTagClassName
{
color: #353D11;
}
</style>
background-color css
<style>
a { background-color: #353D11; }
a { background-color: rgb(53,61,17); }
div.DivClassName
{
background-color: #353D11;
}
.BgClassName
{
background-color: #353D11;
}
</style>
border-color css
<style>
span { border-color: #353D11; }
span { border-color: rgb(53,61,17); }
td.TdClassName
{
border-color: #353D11;
}
.TagClassName
{
border-color: #353D11;
}
</style>