Shades of Turtle Green #40451B
Tints of Turtle Green #40451B
RGB
CMYK
RGB Variations
Color information
#40451B (or 0x40451B) is known color: Turtle Green. HEX triplet: 40, 45 and 1B. RGB value is (64,69,27). Sum of RGB (Red+Green+Blue) = 64+69+27=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #40451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40451B is #BFBAE4. Grayscale: #3E3E3E. Windows color (decimal): -12565221 or 1787200. OLE color: 1787200.
HSL color Cylindrical-coordinate representation of color #40451B: hue angle of 67.14º 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 #40451B is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 27 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.73 |
| HSL | 67.14º | 0.44% | 0.19% | - |
| HSV(B) | 67.14º | 0.61% | 0.27% | - |
| XYZ | 4.44 | 5.43 | 1.85 | - |
| YUV | 62.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 27 | 0.07 | 0 | 0.61 | 0.73 | 67.14 | 0.44 | 0.19 |
| Hex | 40 | 45 | 1B | 7 | 0 | 3D | 49 | 43 | 2C | 13 |
| Octal | 100 | 105 | 33 | 7 | 0 | 75 | 111 | 103 | 54 | 23 |
| Binary | 1000000 | 1000101 | 11011 | 111 | 0 | 111101 | 1001001 | 1000011 | 101100 | 10011 |
Color Harmonies of #40451B
Complementary color
Monochromatic Colors of #40451B
Black with #40451B
Text Example
Text Example
White with #40451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40451B; }
p { color: rgb(64,69,27); }
H1.HeaderClassName
{
color: #40451B;
}
.AnyTagClassName
{
color: #40451B;
}
</style>
background-color css
<style>
a { background-color: #40451B; }
a { background-color: rgb(64,69,27); }
div.DivClassName
{
background-color: #40451B;
}
.BgClassName
{
background-color: #40451B;
}
</style>
border-color css
<style>
span { border-color: #40451B; }
span { border-color: rgb(64,69,27); }
td.TdClassName
{
border-color: #40451B;
}
.TagClassName
{
border-color: #40451B;
}
</style>