Shades of Turtle Green #35410E
Tints of Turtle Green #35410E
RGB
CMYK
RGB Variations
Color information
#35410E (or 0x35410E) is known color: Turtle Green. HEX triplet: 35, 41 and 0E. RGB value is (53,65,14). Sum of RGB (Red+Green+Blue) = 53+65+14=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #35410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35410E is #CABEF1. Grayscale: #373737. Windows color (decimal): -13287154 or 934197. OLE color: 934197.
HSL color Cylindrical-coordinate representation of color #35410E: hue angle of 74.12º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35410E is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 14 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.75 |
| HSL | 74.12º | 0.65% | 0.15% | - |
| HSV(B) | 74.12º | 0.78% | 0.25% | - |
| XYZ | 3.44 | 4.57 | 1.12 | - |
| YUV | 55.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 14 | 0.18 | 0 | 0.78 | 0.75 | 74.12 | 0.65 | 0.15 |
| Hex | 35 | 41 | E | 12 | 0 | 4E | 4B | 4A | 41 | F |
| Octal | 65 | 101 | 16 | 22 | 0 | 116 | 113 | 112 | 101 | 17 |
| Binary | 110101 | 1000001 | 1110 | 10010 | 0 | 1001110 | 1001011 | 1001010 | 1000001 | 1111 |
Color Harmonies of #35410E
Complementary color
Monochromatic Colors of #35410E
Black with #35410E
Text Example
Text Example
White with #35410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35410E; }
p { color: rgb(53,65,14); }
H1.HeaderClassName
{
color: #35410E;
}
.AnyTagClassName
{
color: #35410E;
}
</style>
background-color css
<style>
a { background-color: #35410E; }
a { background-color: rgb(53,65,14); }
div.DivClassName
{
background-color: #35410E;
}
.BgClassName
{
background-color: #35410E;
}
</style>
border-color css
<style>
span { border-color: #35410E; }
span { border-color: rgb(53,65,14); }
td.TdClassName
{
border-color: #35410E;
}
.TagClassName
{
border-color: #35410E;
}
</style>