Shades of Turtle Green #32410D
Tints of Turtle Green #32410D
RGB
CMYK
RGB Variations
Color information
#32410D (or 0x32410D) is known color: Turtle Green. HEX triplet: 32, 41 and 0D. RGB value is (50,65,13). Sum of RGB (Red+Green+Blue) = 50+65+13=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #32410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32410D is #CDBEF2. Grayscale: #363636. Windows color (decimal): -13483763 or 868658. OLE color: 868658.
HSL color Cylindrical-coordinate representation of color #32410D: hue angle of 77.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32410D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 13 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.75 |
| HSL | 77.31º | 0.67% | 0.15% | - |
| HSV(B) | 77.31º | 0.8% | 0.25% | - |
| XYZ | 3.28 | 4.49 | 1.07 | - |
| YUV | 54.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 13 | 0.23 | 0 | 0.80 | 0.75 | 77.31 | 0.67 | 0.15 |
| Hex | 32 | 41 | D | 17 | 0 | 50 | 4B | 4D | 43 | F |
| Octal | 62 | 101 | 15 | 27 | 0 | 120 | 113 | 115 | 103 | 17 |
| Binary | 110010 | 1000001 | 1101 | 10111 | 0 | 1010000 | 1001011 | 1001101 | 1000011 | 1111 |
Color Harmonies of #32410D
Complementary color
Monochromatic Colors of #32410D
Black with #32410D
Text Example
Text Example
White with #32410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32410D; }
p { color: rgb(50,65,13); }
H1.HeaderClassName
{
color: #32410D;
}
.AnyTagClassName
{
color: #32410D;
}
</style>
background-color css
<style>
a { background-color: #32410D; }
a { background-color: rgb(50,65,13); }
div.DivClassName
{
background-color: #32410D;
}
.BgClassName
{
background-color: #32410D;
}
</style>
border-color css
<style>
span { border-color: #32410D; }
span { border-color: rgb(50,65,13); }
td.TdClassName
{
border-color: #32410D;
}
.TagClassName
{
border-color: #32410D;
}
</style>