Shades of Turtle Green #353B10
Tints of Turtle Green #353B10
RGB
CMYK
RGB Variations
Color information
#353B10 (or 0x353B10) is known color: Turtle Green. HEX triplet: 35, 3B and 10. RGB value is (53,59,16). Sum of RGB (Red+Green+Blue) = 53+59+16=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #353B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B10 is #CAC4EF. Grayscale: #343434. Windows color (decimal): -13288688 or 1063733. OLE color: 1063733.
HSL color Cylindrical-coordinate representation of color #353B10: hue angle of 68.37º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353B10 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 16 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.77 |
| HSL | 68.37º | 0.57% | 0.15% | - |
| HSV(B) | 68.37º | 0.73% | 0.23% | - |
| XYZ | 3.13 | 3.92 | 1.08 | - |
| YUV | 52.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 16 | 0.10 | 0 | 0.73 | 0.77 | 68.37 | 0.57 | 0.15 |
| Hex | 35 | 3B | 10 | A | 0 | 49 | 4D | 44 | 39 | F |
| Octal | 65 | 73 | 20 | 12 | 0 | 111 | 115 | 104 | 71 | 17 |
| Binary | 110101 | 111011 | 10000 | 1010 | 0 | 1001001 | 1001101 | 1000100 | 111001 | 1111 |
Color Harmonies of #353B10
Complementary color
Monochromatic Colors of #353B10
Black with #353B10
Text Example
Text Example
White with #353B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B10; }
p { color: rgb(53,59,16); }
H1.HeaderClassName
{
color: #353B10;
}
.AnyTagClassName
{
color: #353B10;
}
</style>
background-color css
<style>
a { background-color: #353B10; }
a { background-color: rgb(53,59,16); }
div.DivClassName
{
background-color: #353B10;
}
.BgClassName
{
background-color: #353B10;
}
</style>
border-color css
<style>
span { border-color: #353B10; }
span { border-color: rgb(53,59,16); }
td.TdClassName
{
border-color: #353B10;
}
.TagClassName
{
border-color: #353B10;
}
</style>