Shades of Turtle Green #414112
Tints of Turtle Green #414112
RGB
CMYK
RGB Variations
Color information
#414112 (or 0x414112) is known color: Turtle Green. HEX triplet: 41, 41 and 12. RGB value is (65,65,18). Sum of RGB (Red+Green+Blue) = 65+65+18=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414112 is #BEBEED. Grayscale: #3B3B3B. Windows color (decimal): -12500718 or 1196353. OLE color: 1196353.
HSL color Cylindrical-coordinate representation of color #414112: hue angle of 60º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414112 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 18 | - |
| CMYK | 0 | 0 | 0.72 | 0.75 |
| HSL | 60º | 0.57% | 0.16% | - |
| HSV(B) | 60º | 0.72% | 0.25% | - |
| XYZ | 4.18 | 4.95 | 1.31 | - |
| YUV | 59.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 18 | 0 | 0 | 0.72 | 0.75 | 60 | 0.57 | 0.16 |
| Hex | 41 | 41 | 12 | 0 | 0 | 48 | 4B | 3C | 39 | 10 |
| Octal | 101 | 101 | 22 | 0 | 0 | 110 | 113 | 74 | 71 | 20 |
| Binary | 1000001 | 1000001 | 10010 | 0 | 0 | 1001000 | 1001011 | 111100 | 111001 | 10000 |
Color Harmonies of #414112
Complementary color
Monochromatic Colors of #414112
Black with #414112
Text Example
Text Example
White with #414112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414112; }
p { color: rgb(65,65,18); }
H1.HeaderClassName
{
color: #414112;
}
.AnyTagClassName
{
color: #414112;
}
</style>
background-color css
<style>
a { background-color: #414112; }
a { background-color: rgb(65,65,18); }
div.DivClassName
{
background-color: #414112;
}
.BgClassName
{
background-color: #414112;
}
</style>
border-color css
<style>
span { border-color: #414112; }
span { border-color: rgb(65,65,18); }
td.TdClassName
{
border-color: #414112;
}
.TagClassName
{
border-color: #414112;
}
</style>