Shades of Turtle Green #35410B
Tints of Turtle Green #35410B
RGB
CMYK
RGB Variations
Color information
#35410B (or 0x35410B) is known color: Turtle Green. HEX triplet: 35, 41 and 0B. RGB value is (53,65,11). Sum of RGB (Red+Green+Blue) = 53+65+11=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #35410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35410B is #CABEF4. Grayscale: #373737. Windows color (decimal): -13287157 or 737589. OLE color: 737589.
HSL color Cylindrical-coordinate representation of color #35410B: hue angle of 73.33º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35410B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 11 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.75 |
| HSL | 73.33º | 0.71% | 0.15% | - |
| HSV(B) | 73.33º | 0.83% | 0.25% | - |
| XYZ | 3.42 | 4.56 | 1.02 | - |
| YUV | 55.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 11 | 0.18 | 0 | 0.83 | 0.75 | 73.33 | 0.71 | 0.15 |
| Hex | 35 | 41 | B | 12 | 0 | 53 | 4B | 49 | 47 | F |
| Octal | 65 | 101 | 13 | 22 | 0 | 123 | 113 | 111 | 107 | 17 |
| Binary | 110101 | 1000001 | 1011 | 10010 | 0 | 1010011 | 1001011 | 1001001 | 1000111 | 1111 |
Color Harmonies of #35410B
Complementary color
Monochromatic Colors of #35410B
Black with #35410B
Text Example
Text Example
White with #35410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35410B; }
p { color: rgb(53,65,11); }
H1.HeaderClassName
{
color: #35410B;
}
.AnyTagClassName
{
color: #35410B;
}
</style>
background-color css
<style>
a { background-color: #35410B; }
a { background-color: rgb(53,65,11); }
div.DivClassName
{
background-color: #35410B;
}
.BgClassName
{
background-color: #35410B;
}
</style>
border-color css
<style>
span { border-color: #35410B; }
span { border-color: rgb(53,65,11); }
td.TdClassName
{
border-color: #35410B;
}
.TagClassName
{
border-color: #35410B;
}
</style>