Shades of Turtle Green #32401A
Tints of Turtle Green #32401A
RGB
CMYK
RGB Variations
Color information
#32401A (or 0x32401A) is known color: Turtle Green. HEX triplet: 32, 40 and 1A. RGB value is (50,64,26). Sum of RGB (Red+Green+Blue) = 50+64+26=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #32401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32401A is #CDBFE5. Grayscale: #373737. Windows color (decimal): -13484006 or 1720370. OLE color: 1720370.
HSL color Cylindrical-coordinate representation of color #32401A: hue angle of 82.11º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32401A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 26 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.75 |
| HSL | 82.11º | 0.42% | 0.18% | - |
| HSV(B) | 82.11º | 0.59% | 0.25% | - |
| XYZ | 3.34 | 4.42 | 1.65 | - |
| YUV | 55.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 26 | 0.22 | 0 | 0.59 | 0.75 | 82.11 | 0.42 | 0.18 |
| Hex | 32 | 40 | 1A | 16 | 0 | 3B | 4B | 52 | 2A | 12 |
| Octal | 62 | 100 | 32 | 26 | 0 | 73 | 113 | 122 | 52 | 22 |
| Binary | 110010 | 1000000 | 11010 | 10110 | 0 | 111011 | 1001011 | 1010010 | 101010 | 10010 |
Color Harmonies of #32401A
Complementary color
Monochromatic Colors of #32401A
Black with #32401A
Text Example
Text Example
White with #32401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32401A; }
p { color: rgb(50,64,26); }
H1.HeaderClassName
{
color: #32401A;
}
.AnyTagClassName
{
color: #32401A;
}
</style>
background-color css
<style>
a { background-color: #32401A; }
a { background-color: rgb(50,64,26); }
div.DivClassName
{
background-color: #32401A;
}
.BgClassName
{
background-color: #32401A;
}
</style>
border-color css
<style>
span { border-color: #32401A; }
span { border-color: rgb(50,64,26); }
td.TdClassName
{
border-color: #32401A;
}
.TagClassName
{
border-color: #32401A;
}
</style>