Shades of Turtle Green #353C0E
Tints of Turtle Green #353C0E
RGB
CMYK
RGB Variations
Color information
#353C0E (or 0x353C0E) is known color: Turtle Green. HEX triplet: 35, 3C and 0E. RGB value is (53,60,14). Sum of RGB (Red+Green+Blue) = 53+60+14=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #353C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353C0E is #CAC3F1. Grayscale: #343434. Windows color (decimal): -13288434 or 932917. OLE color: 932917.
HSL color Cylindrical-coordinate representation of color #353C0E: hue angle of 69.13º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #353C0E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 14 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.76 |
| HSL | 69.13º | 0.62% | 0.15% | - |
| HSV(B) | 69.13º | 0.77% | 0.24% | - |
| XYZ | 3.16 | 4.02 | 1.02 | - |
| YUV | 52.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 14 | 0.12 | 0 | 0.77 | 0.76 | 69.13 | 0.62 | 0.15 |
| Hex | 35 | 3C | E | C | 0 | 4D | 4C | 45 | 3E | F |
| Octal | 65 | 74 | 16 | 14 | 0 | 115 | 114 | 105 | 76 | 17 |
| Binary | 110101 | 111100 | 1110 | 1100 | 0 | 1001101 | 1001100 | 1000101 | 111110 | 1111 |
Color Harmonies of #353C0E
Complementary color
Monochromatic Colors of #353C0E
Black with #353C0E
Text Example
Text Example
White with #353C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C0E; }
p { color: rgb(53,60,14); }
H1.HeaderClassName
{
color: #353C0E;
}
.AnyTagClassName
{
color: #353C0E;
}
</style>
background-color css
<style>
a { background-color: #353C0E; }
a { background-color: rgb(53,60,14); }
div.DivClassName
{
background-color: #353C0E;
}
.BgClassName
{
background-color: #353C0E;
}
</style>
border-color css
<style>
span { border-color: #353C0E; }
span { border-color: rgb(53,60,14); }
td.TdClassName
{
border-color: #353C0E;
}
.TagClassName
{
border-color: #353C0E;
}
</style>