Shades of Turtle Green #35411D
Tints of Turtle Green #35411D
RGB
CMYK
RGB Variations
Color information
#35411D (or 0x35411D) is known color: Turtle Green. HEX triplet: 35, 41 and 1D. RGB value is (53,65,29). Sum of RGB (Red+Green+Blue) = 53+65+29=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #35411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35411D is #CABEE2. Grayscale: #393939. Windows color (decimal): -13287139 or 1917237. OLE color: 1917237.
HSL color Cylindrical-coordinate representation of color #35411D: hue angle of 80º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35411D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 29 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.75 |
| HSL | 80º | 0.38% | 0.18% | - |
| HSV(B) | 80º | 0.55% | 0.25% | - |
| XYZ | 3.58 | 4.63 | 1.87 | - |
| YUV | 57.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 29 | 0.18 | 0 | 0.55 | 0.75 | 80 | 0.38 | 0.18 |
| Hex | 35 | 41 | 1D | 12 | 0 | 37 | 4B | 50 | 26 | 12 |
| Octal | 65 | 101 | 35 | 22 | 0 | 67 | 113 | 120 | 46 | 22 |
| Binary | 110101 | 1000001 | 11101 | 10010 | 0 | 110111 | 1001011 | 1010000 | 100110 | 10010 |
Color Harmonies of #35411D
Complementary color
Monochromatic Colors of #35411D
Black with #35411D
Text Example
Text Example
White with #35411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35411D; }
p { color: rgb(53,65,29); }
H1.HeaderClassName
{
color: #35411D;
}
.AnyTagClassName
{
color: #35411D;
}
</style>
background-color css
<style>
a { background-color: #35411D; }
a { background-color: rgb(53,65,29); }
div.DivClassName
{
background-color: #35411D;
}
.BgClassName
{
background-color: #35411D;
}
</style>
border-color css
<style>
span { border-color: #35411D; }
span { border-color: rgb(53,65,29); }
td.TdClassName
{
border-color: #35411D;
}
.TagClassName
{
border-color: #35411D;
}
</style>