Shades of Turtle Green #414114
Tints of Turtle Green #414114
RGB
CMYK
RGB Variations
Color information
#414114 (or 0x414114) is known color: Turtle Green. HEX triplet: 41, 41 and 14. RGB value is (65,65,20). Sum of RGB (Red+Green+Blue) = 65+65+20=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414114 is #BEBEEB. Grayscale: #3C3C3C. Windows color (decimal): -12500716 or 1327425. OLE color: 1327425.
HSL color Cylindrical-coordinate representation of color #414114: hue angle of 60º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414114 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 20 | - |
| CMYK | 0 | 0 | 0.69 | 0.75 |
| HSL | 60º | 0.53% | 0.17% | - |
| HSV(B) | 60º | 0.69% | 0.25% | - |
| XYZ | 4.2 | 4.95 | 1.4 | - |
| YUV | 59.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 20 | 0 | 0 | 0.69 | 0.75 | 60 | 0.53 | 0.17 |
| Hex | 41 | 41 | 14 | 0 | 0 | 45 | 4B | 3C | 35 | 11 |
| Octal | 101 | 101 | 24 | 0 | 0 | 105 | 113 | 74 | 65 | 21 |
| Binary | 1000001 | 1000001 | 10100 | 0 | 0 | 1000101 | 1001011 | 111100 | 110101 | 10001 |
Color Harmonies of #414114
Complementary color
Monochromatic Colors of #414114
Black with #414114
Text Example
Text Example
White with #414114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414114; }
p { color: rgb(65,65,20); }
H1.HeaderClassName
{
color: #414114;
}
.AnyTagClassName
{
color: #414114;
}
</style>
background-color css
<style>
a { background-color: #414114; }
a { background-color: rgb(65,65,20); }
div.DivClassName
{
background-color: #414114;
}
.BgClassName
{
background-color: #414114;
}
</style>
border-color css
<style>
span { border-color: #414114; }
span { border-color: rgb(65,65,20); }
td.TdClassName
{
border-color: #414114;
}
.TagClassName
{
border-color: #414114;
}
</style>