Shades of Turtle Green #32400A
Tints of Turtle Green #32400A
RGB
CMYK
RGB Variations
Color information
#32400A (or 0x32400A) is known color: Turtle Green. HEX triplet: 32, 40 and 0A. RGB value is (50,64,10). Sum of RGB (Red+Green+Blue) = 50+64+10=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #32400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32400A is #CDBFF5. Grayscale: #353535. Windows color (decimal): -13484022 or 671794. OLE color: 671794.
HSL color Cylindrical-coordinate representation of color #32400A: hue angle of 75.56º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32400A is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 10 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.75 |
| HSL | 75.56º | 0.73% | 0.15% | - |
| HSV(B) | 75.56º | 0.84% | 0.25% | - |
| XYZ | 3.2 | 4.37 | 0.96 | - |
| YUV | 53.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 10 | 0.22 | 0 | 0.84 | 0.75 | 75.56 | 0.73 | 0.15 |
| Hex | 32 | 40 | A | 16 | 0 | 54 | 4B | 4C | 49 | F |
| Octal | 62 | 100 | 12 | 26 | 0 | 124 | 113 | 114 | 111 | 17 |
| Binary | 110010 | 1000000 | 1010 | 10110 | 0 | 1010100 | 1001011 | 1001100 | 1001001 | 1111 |
Color Harmonies of #32400A
Complementary color
Monochromatic Colors of #32400A
Black with #32400A
Text Example
Text Example
White with #32400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32400A; }
p { color: rgb(50,64,10); }
H1.HeaderClassName
{
color: #32400A;
}
.AnyTagClassName
{
color: #32400A;
}
</style>
background-color css
<style>
a { background-color: #32400A; }
a { background-color: rgb(50,64,10); }
div.DivClassName
{
background-color: #32400A;
}
.BgClassName
{
background-color: #32400A;
}
</style>
border-color css
<style>
span { border-color: #32400A; }
span { border-color: rgb(50,64,10); }
td.TdClassName
{
border-color: #32400A;
}
.TagClassName
{
border-color: #32400A;
}
</style>