Shades of Turtle Green #353E16
Tints of Turtle Green #353E16
RGB
CMYK
RGB Variations
Color information
#353E16 (or 0x353E16) is known color: Turtle Green. HEX triplet: 35, 3E and 16. RGB value is (53,62,22). Sum of RGB (Red+Green+Blue) = 53+62+22=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #353E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E16 is #CAC1E9. Grayscale: #363636. Windows color (decimal): -13287914 or 1457717. OLE color: 1457717.
HSL color Cylindrical-coordinate representation of color #353E16: hue angle of 73.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353E16 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 22 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.76 |
| HSL | 73.5º | 0.48% | 0.16% | - |
| HSV(B) | 73.5º | 0.65% | 0.24% | - |
| XYZ | 3.34 | 4.26 | 1.41 | - |
| YUV | 54.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 22 | 0.15 | 0 | 0.65 | 0.76 | 73.5 | 0.48 | 0.16 |
| Hex | 35 | 3E | 16 | F | 0 | 41 | 4C | 4A | 30 | 10 |
| Octal | 65 | 76 | 26 | 17 | 0 | 101 | 114 | 112 | 60 | 20 |
| Binary | 110101 | 111110 | 10110 | 1111 | 0 | 1000001 | 1001100 | 1001010 | 110000 | 10000 |
Color Harmonies of #353E16
Complementary color
Monochromatic Colors of #353E16
Black with #353E16
Text Example
Text Example
White with #353E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E16; }
p { color: rgb(53,62,22); }
H1.HeaderClassName
{
color: #353E16;
}
.AnyTagClassName
{
color: #353E16;
}
</style>
background-color css
<style>
a { background-color: #353E16; }
a { background-color: rgb(53,62,22); }
div.DivClassName
{
background-color: #353E16;
}
.BgClassName
{
background-color: #353E16;
}
</style>
border-color css
<style>
span { border-color: #353E16; }
span { border-color: rgb(53,62,22); }
td.TdClassName
{
border-color: #353E16;
}
.TagClassName
{
border-color: #353E16;
}
</style>