Shades of Turtle Green #35410D
Tints of Turtle Green #35410D
RGB
CMYK
RGB Variations
Color information
#35410D (or 0x35410D) is known color: Turtle Green. HEX triplet: 35, 41 and 0D. RGB value is (53,65,13). Sum of RGB (Red+Green+Blue) = 53+65+13=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #35410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35410D is #CABEF2. Grayscale: #373737. Windows color (decimal): -13287155 or 868661. OLE color: 868661.
HSL color Cylindrical-coordinate representation of color #35410D: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35410D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 13 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.75 |
| HSL | 73.85º | 0.67% | 0.15% | - |
| HSV(B) | 73.85º | 0.8% | 0.25% | - |
| XYZ | 3.43 | 4.57 | 1.08 | - |
| YUV | 55.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 13 | 0.18 | 0 | 0.80 | 0.75 | 73.85 | 0.67 | 0.15 |
| Hex | 35 | 41 | D | 12 | 0 | 50 | 4B | 4A | 43 | F |
| Octal | 65 | 101 | 15 | 22 | 0 | 120 | 113 | 112 | 103 | 17 |
| Binary | 110101 | 1000001 | 1101 | 10010 | 0 | 1010000 | 1001011 | 1001010 | 1000011 | 1111 |
Color Harmonies of #35410D
Complementary color
Monochromatic Colors of #35410D
Black with #35410D
Text Example
Text Example
White with #35410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35410D; }
p { color: rgb(53,65,13); }
H1.HeaderClassName
{
color: #35410D;
}
.AnyTagClassName
{
color: #35410D;
}
</style>
background-color css
<style>
a { background-color: #35410D; }
a { background-color: rgb(53,65,13); }
div.DivClassName
{
background-color: #35410D;
}
.BgClassName
{
background-color: #35410D;
}
</style>
border-color css
<style>
span { border-color: #35410D; }
span { border-color: rgb(53,65,13); }
td.TdClassName
{
border-color: #35410D;
}
.TagClassName
{
border-color: #35410D;
}
</style>