Shades of Turtle Green #353A10
Tints of Turtle Green #353A10
RGB
CMYK
RGB Variations
Color information
#353A10 (or 0x353A10) is known color: Turtle Green. HEX triplet: 35, 3A and 10. RGB value is (53,58,16). Sum of RGB (Red+Green+Blue) = 53+58+16=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #353A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353A10 is #CAC5EF. Grayscale: #333333. Windows color (decimal): -13288944 or 1063477. OLE color: 1063477.
HSL color Cylindrical-coordinate representation of color #353A10: hue angle of 67.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353A10 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 58 | 16 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.77 |
| HSL | 67.14º | 0.57% | 0.15% | - |
| HSV(B) | 67.14º | 0.72% | 0.23% | - |
| XYZ | 3.07 | 3.82 | 1.07 | - |
| YUV | 51.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 16 | 0.09 | 0 | 0.72 | 0.77 | 67.14 | 0.57 | 0.15 |
| Hex | 35 | 3A | 10 | 9 | 0 | 48 | 4D | 43 | 39 | F |
| Octal | 65 | 72 | 20 | 11 | 0 | 110 | 115 | 103 | 71 | 17 |
| Binary | 110101 | 111010 | 10000 | 1001 | 0 | 1001000 | 1001101 | 1000011 | 111001 | 1111 |
Color Harmonies of #353A10
Complementary color
Monochromatic Colors of #353A10
Black with #353A10
Text Example
Text Example
White with #353A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A10; }
p { color: rgb(53,58,16); }
H1.HeaderClassName
{
color: #353A10;
}
.AnyTagClassName
{
color: #353A10;
}
</style>
background-color css
<style>
a { background-color: #353A10; }
a { background-color: rgb(53,58,16); }
div.DivClassName
{
background-color: #353A10;
}
.BgClassName
{
background-color: #353A10;
}
</style>
border-color css
<style>
span { border-color: #353A10; }
span { border-color: rgb(53,58,16); }
td.TdClassName
{
border-color: #353A10;
}
.TagClassName
{
border-color: #353A10;
}
</style>