Shades of Turtle Green #40461D
Tints of Turtle Green #40461D
RGB
CMYK
RGB Variations
Color information
#40461D (or 0x40461D) is known color: Turtle Green. HEX triplet: 40, 46 and 1D. RGB value is (64,70,29). Sum of RGB (Red+Green+Blue) = 64+70+29=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #40461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40461D is #BFB9E2. Grayscale: #3F3F3F. Windows color (decimal): -12564963 or 1918528. OLE color: 1918528.
HSL color Cylindrical-coordinate representation of color #40461D: hue angle of 68.78º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40461D is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 29 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.73 |
| HSL | 68.78º | 0.41% | 0.19% | - |
| HSV(B) | 68.78º | 0.59% | 0.27% | - |
| XYZ | 4.53 | 5.56 | 2 | - |
| YUV | 63.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 29 | 0.09 | 0 | 0.59 | 0.73 | 68.78 | 0.41 | 0.19 |
| Hex | 40 | 46 | 1D | 9 | 0 | 3B | 49 | 45 | 29 | 13 |
| Octal | 100 | 106 | 35 | 11 | 0 | 73 | 111 | 105 | 51 | 23 |
| Binary | 1000000 | 1000110 | 11101 | 1001 | 0 | 111011 | 1001001 | 1000101 | 101001 | 10011 |
Color Harmonies of #40461D
Complementary color
Monochromatic Colors of #40461D
Black with #40461D
Text Example
Text Example
White with #40461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40461D; }
p { color: rgb(64,70,29); }
H1.HeaderClassName
{
color: #40461D;
}
.AnyTagClassName
{
color: #40461D;
}
</style>
background-color css
<style>
a { background-color: #40461D; }
a { background-color: rgb(64,70,29); }
div.DivClassName
{
background-color: #40461D;
}
.BgClassName
{
background-color: #40461D;
}
</style>
border-color css
<style>
span { border-color: #40461D; }
span { border-color: rgb(64,70,29); }
td.TdClassName
{
border-color: #40461D;
}
.TagClassName
{
border-color: #40461D;
}
</style>