Shades of Turtle Green #414116
Tints of Turtle Green #414116
RGB
CMYK
RGB Variations
Color information
#414116 (or 0x414116) is known color: Turtle Green. HEX triplet: 41, 41 and 16. RGB value is (65,65,22). Sum of RGB (Red+Green+Blue) = 65+65+22=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414116 is #BEBEE9. Grayscale: #3C3C3C. Windows color (decimal): -12500714 or 1458497. OLE color: 1458497.
HSL color Cylindrical-coordinate representation of color #414116: hue angle of 60º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414116 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 22 | - |
| CMYK | 0 | 0 | 0.66 | 0.75 |
| HSL | 60º | 0.49% | 0.17% | - |
| HSV(B) | 60º | 0.66% | 0.25% | - |
| XYZ | 4.22 | 4.96 | 1.49 | - |
| YUV | 60.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 22 | 0 | 0 | 0.66 | 0.75 | 60 | 0.49 | 0.17 |
| Hex | 41 | 41 | 16 | 0 | 0 | 42 | 4B | 3C | 31 | 11 |
| Octal | 101 | 101 | 26 | 0 | 0 | 102 | 113 | 74 | 61 | 21 |
| Binary | 1000001 | 1000001 | 10110 | 0 | 0 | 1000010 | 1001011 | 111100 | 110001 | 10001 |
Color Harmonies of #414116
Complementary color
Monochromatic Colors of #414116
Black with #414116
Text Example
Text Example
White with #414116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414116; }
p { color: rgb(65,65,22); }
H1.HeaderClassName
{
color: #414116;
}
.AnyTagClassName
{
color: #414116;
}
</style>
background-color css
<style>
a { background-color: #414116; }
a { background-color: rgb(65,65,22); }
div.DivClassName
{
background-color: #414116;
}
.BgClassName
{
background-color: #414116;
}
</style>
border-color css
<style>
span { border-color: #414116; }
span { border-color: rgb(65,65,22); }
td.TdClassName
{
border-color: #414116;
}
.TagClassName
{
border-color: #414116;
}
</style>