Shades of Turtle Green #32410C
Tints of Turtle Green #32410C
RGB
CMYK
RGB Variations
Color information
#32410C (or 0x32410C) is known color: Turtle Green. HEX triplet: 32, 41 and 0C. RGB value is (50,65,12). Sum of RGB (Red+Green+Blue) = 50+65+12=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #32410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32410C is #CDBEF3. Grayscale: #363636. Windows color (decimal): -13483764 or 803122. OLE color: 803122.
HSL color Cylindrical-coordinate representation of color #32410C: hue angle of 76.98º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32410C is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 12 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.75 |
| HSL | 76.98º | 0.69% | 0.15% | - |
| HSV(B) | 76.98º | 0.82% | 0.25% | - |
| XYZ | 3.27 | 4.49 | 1.04 | - |
| YUV | 54.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 12 | 0.23 | 0 | 0.82 | 0.75 | 76.98 | 0.69 | 0.15 |
| Hex | 32 | 41 | C | 17 | 0 | 52 | 4B | 4D | 45 | F |
| Octal | 62 | 101 | 14 | 27 | 0 | 122 | 113 | 115 | 105 | 17 |
| Binary | 110010 | 1000001 | 1100 | 10111 | 0 | 1010010 | 1001011 | 1001101 | 1000101 | 1111 |
Color Harmonies of #32410C
Complementary color
Monochromatic Colors of #32410C
Black with #32410C
Text Example
Text Example
White with #32410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32410C; }
p { color: rgb(50,65,12); }
H1.HeaderClassName
{
color: #32410C;
}
.AnyTagClassName
{
color: #32410C;
}
</style>
background-color css
<style>
a { background-color: #32410C; }
a { background-color: rgb(50,65,12); }
div.DivClassName
{
background-color: #32410C;
}
.BgClassName
{
background-color: #32410C;
}
</style>
border-color css
<style>
span { border-color: #32410C; }
span { border-color: rgb(50,65,12); }
td.TdClassName
{
border-color: #32410C;
}
.TagClassName
{
border-color: #32410C;
}
</style>