Shades of Turtle Green #41410F
Tints of Turtle Green #41410F
RGB
CMYK
RGB Variations
Color information
#41410F (or 0x41410F) is known color: Turtle Green. HEX triplet: 41, 41 and 0F. RGB value is (65,65,15). Sum of RGB (Red+Green+Blue) = 65+65+15=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41410F is #BEBEF0. Grayscale: #3B3B3B. Windows color (decimal): -12500721 or 999745. OLE color: 999745.
HSL color Cylindrical-coordinate representation of color #41410F: hue angle of 60º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41410F is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 15 | - |
| CMYK | 0 | 0 | 0.77 | 0.75 |
| HSL | 60º | 0.63% | 0.16% | - |
| HSV(B) | 60º | 0.77% | 0.25% | - |
| XYZ | 4.16 | 4.94 | 1.19 | - |
| YUV | 59.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 15 | 0 | 0 | 0.77 | 0.75 | 60 | 0.63 | 0.16 |
| Hex | 41 | 41 | F | 0 | 0 | 4D | 4B | 3C | 3E | 10 |
| Octal | 101 | 101 | 17 | 0 | 0 | 115 | 113 | 74 | 76 | 20 |
| Binary | 1000001 | 1000001 | 1111 | 0 | 0 | 1001101 | 1001011 | 111100 | 111110 | 10000 |
Color Harmonies of #41410F
Complementary color
Monochromatic Colors of #41410F
Black with #41410F
Text Example
Text Example
White with #41410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41410F; }
p { color: rgb(65,65,15); }
H1.HeaderClassName
{
color: #41410F;
}
.AnyTagClassName
{
color: #41410F;
}
</style>
background-color css
<style>
a { background-color: #41410F; }
a { background-color: rgb(65,65,15); }
div.DivClassName
{
background-color: #41410F;
}
.BgClassName
{
background-color: #41410F;
}
</style>
border-color css
<style>
span { border-color: #41410F; }
span { border-color: rgb(65,65,15); }
td.TdClassName
{
border-color: #41410F;
}
.TagClassName
{
border-color: #41410F;
}
</style>