Shades of Turtle Green #40461B
Tints of Turtle Green #40461B
RGB
CMYK
RGB Variations
Color information
#40461B (or 0x40461B) is known color: Turtle Green. HEX triplet: 40, 46 and 1B. RGB value is (64,70,27). Sum of RGB (Red+Green+Blue) = 64+70+27=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #40461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40461B is #BFB9E4. Grayscale: #3F3F3F. Windows color (decimal): -12564965 or 1787456. OLE color: 1787456.
HSL color Cylindrical-coordinate representation of color #40461B: hue angle of 68.37º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40461B is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 27 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.73 |
| HSL | 68.37º | 0.44% | 0.19% | - |
| HSV(B) | 68.37º | 0.61% | 0.27% | - |
| XYZ | 4.5 | 5.55 | 1.87 | - |
| YUV | 63.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 27 | 0.09 | 0 | 0.61 | 0.73 | 68.37 | 0.44 | 0.19 |
| Hex | 40 | 46 | 1B | 9 | 0 | 3D | 49 | 44 | 2C | 13 |
| Octal | 100 | 106 | 33 | 11 | 0 | 75 | 111 | 104 | 54 | 23 |
| Binary | 1000000 | 1000110 | 11011 | 1001 | 0 | 111101 | 1001001 | 1000100 | 101100 | 10011 |
Color Harmonies of #40461B
Complementary color
Monochromatic Colors of #40461B
Black with #40461B
Text Example
Text Example
White with #40461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40461B; }
p { color: rgb(64,70,27); }
H1.HeaderClassName
{
color: #40461B;
}
.AnyTagClassName
{
color: #40461B;
}
</style>
background-color css
<style>
a { background-color: #40461B; }
a { background-color: rgb(64,70,27); }
div.DivClassName
{
background-color: #40461B;
}
.BgClassName
{
background-color: #40461B;
}
</style>
border-color css
<style>
span { border-color: #40461B; }
span { border-color: rgb(64,70,27); }
td.TdClassName
{
border-color: #40461B;
}
.TagClassName
{
border-color: #40461B;
}
</style>