Shades of Turtle Green #40451E
Tints of Turtle Green #40451E
RGB
CMYK
RGB Variations
Color information
#40451E (or 0x40451E) is known color: Turtle Green. HEX triplet: 40, 45 and 1E. RGB value is (64,69,30). Sum of RGB (Red+Green+Blue) = 64+69+30=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #40451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40451E is #BFBAE1. Grayscale: #3F3F3F. Windows color (decimal): -12565218 or 1983808. OLE color: 1983808.
HSL color Cylindrical-coordinate representation of color #40451E: hue angle of 67.69º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40451E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 30 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.73 |
| HSL | 67.69º | 0.39% | 0.19% | - |
| HSV(B) | 67.69º | 0.57% | 0.27% | - |
| XYZ | 4.48 | 5.44 | 2.04 | - |
| YUV | 63.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 30 | 0.07 | 0 | 0.57 | 0.73 | 67.69 | 0.39 | 0.19 |
| Hex | 40 | 45 | 1E | 7 | 0 | 39 | 49 | 44 | 27 | 13 |
| Octal | 100 | 105 | 36 | 7 | 0 | 71 | 111 | 104 | 47 | 23 |
| Binary | 1000000 | 1000101 | 11110 | 111 | 0 | 111001 | 1001001 | 1000100 | 100111 | 10011 |
Color Harmonies of #40451E
Complementary color
Monochromatic Colors of #40451E
Black with #40451E
Text Example
Text Example
White with #40451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40451E; }
p { color: rgb(64,69,30); }
H1.HeaderClassName
{
color: #40451E;
}
.AnyTagClassName
{
color: #40451E;
}
</style>
background-color css
<style>
a { background-color: #40451E; }
a { background-color: rgb(64,69,30); }
div.DivClassName
{
background-color: #40451E;
}
.BgClassName
{
background-color: #40451E;
}
</style>
border-color css
<style>
span { border-color: #40451E; }
span { border-color: rgb(64,69,30); }
td.TdClassName
{
border-color: #40451E;
}
.TagClassName
{
border-color: #40451E;
}
</style>