Shades of Turtle Green #353C0A
Tints of Turtle Green #353C0A
RGB
CMYK
RGB Variations
Color information
#353C0A (or 0x353C0A) is known color: Turtle Green. HEX triplet: 35, 3C and 0A. RGB value is (53,60,10). Sum of RGB (Red+Green+Blue) = 53+60+10=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #353C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353C0A is #CAC3F5. Grayscale: #343434. Windows color (decimal): -13288438 or 670773. OLE color: 670773.
HSL color Cylindrical-coordinate representation of color #353C0A: hue angle of 68.4º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #353C0A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 10 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.76 |
| HSL | 68.4º | 0.71% | 0.14% | - |
| HSV(B) | 68.4º | 0.83% | 0.24% | - |
| XYZ | 3.14 | 4.01 | 0.9 | - |
| YUV | 52.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 10 | 0.12 | 0 | 0.83 | 0.76 | 68.4 | 0.71 | 0.14 |
| Hex | 35 | 3C | A | C | 0 | 53 | 4C | 44 | 47 | E |
| Octal | 65 | 74 | 12 | 14 | 0 | 123 | 114 | 104 | 107 | 16 |
| Binary | 110101 | 111100 | 1010 | 1100 | 0 | 1010011 | 1001100 | 1000100 | 1000111 | 1110 |
Color Harmonies of #353C0A
Complementary color
Monochromatic Colors of #353C0A
Black with #353C0A
Text Example
Text Example
White with #353C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C0A; }
p { color: rgb(53,60,10); }
H1.HeaderClassName
{
color: #353C0A;
}
.AnyTagClassName
{
color: #353C0A;
}
</style>
background-color css
<style>
a { background-color: #353C0A; }
a { background-color: rgb(53,60,10); }
div.DivClassName
{
background-color: #353C0A;
}
.BgClassName
{
background-color: #353C0A;
}
</style>
border-color css
<style>
span { border-color: #353C0A; }
span { border-color: rgb(53,60,10); }
td.TdClassName
{
border-color: #353C0A;
}
.TagClassName
{
border-color: #353C0A;
}
</style>