Shades of Turtle Green #414008
Tints of Turtle Green #414008
RGB
CMYK
RGB Variations
Color information
#414008 (or 0x414008) is known color: Turtle Green. HEX triplet: 41, 40 and 08. RGB value is (65,64,8). Sum of RGB (Red+Green+Blue) = 65+64+8=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #414008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414008 is #BEBFF7. Grayscale: #3A3A3A. Windows color (decimal): -12500984 or 540737. OLE color: 540737.
HSL color Cylindrical-coordinate representation of color #414008: hue angle of 58.95º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #414008 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 8 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.75 |
| HSL | 58.95º | 0.78% | 0.14% | - |
| HSV(B) | 58.95º | 0.88% | 0.25% | - |
| XYZ | 4.06 | 4.81 | 0.94 | - |
| YUV | 57.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 8 | 0 | 0.02 | 0.88 | 0.75 | 58.95 | 0.78 | 0.14 |
| Hex | 41 | 40 | 8 | 0 | 2 | 58 | 4B | 3B | 4E | E |
| Octal | 101 | 100 | 10 | 0 | 2 | 130 | 113 | 73 | 116 | 16 |
| Binary | 1000001 | 1000000 | 1000 | 0 | 10 | 1011000 | 1001011 | 111011 | 1001110 | 1110 |
Color Harmonies of #414008
Complementary color
Monochromatic Colors of #414008
Black with #414008
Text Example
Text Example
White with #414008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414008; }
p { color: rgb(65,64,8); }
H1.HeaderClassName
{
color: #414008;
}
.AnyTagClassName
{
color: #414008;
}
</style>
background-color css
<style>
a { background-color: #414008; }
a { background-color: rgb(65,64,8); }
div.DivClassName
{
background-color: #414008;
}
.BgClassName
{
background-color: #414008;
}
</style>
border-color css
<style>
span { border-color: #414008; }
span { border-color: rgb(65,64,8); }
td.TdClassName
{
border-color: #414008;
}
.TagClassName
{
border-color: #414008;
}
</style>