Shades of Turtle Green #32401B
Tints of Turtle Green #32401B
RGB
CMYK
RGB Variations
Color information
#32401B (or 0x32401B) is known color: Turtle Green. HEX triplet: 32, 40 and 1B. RGB value is (50,64,27). Sum of RGB (Red+Green+Blue) = 50+64+27=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #32401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32401B is #CDBFE4. Grayscale: #373737. Windows color (decimal): -13484005 or 1785906. OLE color: 1785906.
HSL color Cylindrical-coordinate representation of color #32401B: hue angle of 82.7º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32401B is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 27 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.75 |
| HSL | 82.7º | 0.41% | 0.18% | - |
| HSV(B) | 82.7º | 0.58% | 0.25% | - |
| XYZ | 3.35 | 4.42 | 1.71 | - |
| YUV | 55.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 27 | 0.22 | 0 | 0.58 | 0.75 | 82.7 | 0.41 | 0.18 |
| Hex | 32 | 40 | 1B | 16 | 0 | 3A | 4B | 53 | 29 | 12 |
| Octal | 62 | 100 | 33 | 26 | 0 | 72 | 113 | 123 | 51 | 22 |
| Binary | 110010 | 1000000 | 11011 | 10110 | 0 | 111010 | 1001011 | 1010011 | 101001 | 10010 |
Color Harmonies of #32401B
Complementary color
Monochromatic Colors of #32401B
Black with #32401B
Text Example
Text Example
White with #32401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32401B; }
p { color: rgb(50,64,27); }
H1.HeaderClassName
{
color: #32401B;
}
.AnyTagClassName
{
color: #32401B;
}
</style>
background-color css
<style>
a { background-color: #32401B; }
a { background-color: rgb(50,64,27); }
div.DivClassName
{
background-color: #32401B;
}
.BgClassName
{
background-color: #32401B;
}
</style>
border-color css
<style>
span { border-color: #32401B; }
span { border-color: rgb(50,64,27); }
td.TdClassName
{
border-color: #32401B;
}
.TagClassName
{
border-color: #32401B;
}
</style>