Shades of Turtle Green #40431F
Tints of Turtle Green #40431F
RGB
CMYK
RGB Variations
Color information
#40431F (or 0x40431F) is known color: Turtle Green. HEX triplet: 40, 43 and 1F. RGB value is (64,67,31). Sum of RGB (Red+Green+Blue) = 64+67+31=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #40431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40431F is #BFBCE0. Grayscale: #3E3E3E. Windows color (decimal): -12565729 or 2048832. OLE color: 2048832.
HSL color Cylindrical-coordinate representation of color #40431F: hue angle of 65º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40431F is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 31 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.74 |
| HSL | 65º | 0.37% | 0.19% | - |
| HSV(B) | 65º | 0.54% | 0.26% | - |
| XYZ | 4.37 | 5.2 | 2.07 | - |
| YUV | 62 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 31 | 0.04 | 0 | 0.54 | 0.74 | 65 | 0.37 | 0.19 |
| Hex | 40 | 43 | 1F | 4 | 0 | 36 | 4A | 41 | 25 | 13 |
| Octal | 100 | 103 | 37 | 4 | 0 | 66 | 112 | 101 | 45 | 23 |
| Binary | 1000000 | 1000011 | 11111 | 100 | 0 | 110110 | 1001010 | 1000001 | 100101 | 10011 |
Color Harmonies of #40431F
Complementary color
Monochromatic Colors of #40431F
Black with #40431F
Text Example
Text Example
White with #40431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40431F; }
p { color: rgb(64,67,31); }
H1.HeaderClassName
{
color: #40431F;
}
.AnyTagClassName
{
color: #40431F;
}
</style>
background-color css
<style>
a { background-color: #40431F; }
a { background-color: rgb(64,67,31); }
div.DivClassName
{
background-color: #40431F;
}
.BgClassName
{
background-color: #40431F;
}
</style>
border-color css
<style>
span { border-color: #40431F; }
span { border-color: rgb(64,67,31); }
td.TdClassName
{
border-color: #40431F;
}
.TagClassName
{
border-color: #40431F;
}
</style>