Shades of Turtle Green #32410F
Tints of Turtle Green #32410F
RGB
CMYK
RGB Variations
Color information
#32410F (or 0x32410F) is known color: Turtle Green. HEX triplet: 32, 41 and 0F. RGB value is (50,65,15). Sum of RGB (Red+Green+Blue) = 50+65+15=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #32410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32410F is #CDBEF0. Grayscale: #373737. Windows color (decimal): -13483761 or 999730. OLE color: 999730.
HSL color Cylindrical-coordinate representation of color #32410F: hue angle of 78º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32410F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 15 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.75 |
| HSL | 78º | 0.63% | 0.16% | - |
| HSV(B) | 78º | 0.77% | 0.25% | - |
| XYZ | 3.29 | 4.49 | 1.15 | - |
| YUV | 54.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 15 | 0.23 | 0 | 0.77 | 0.75 | 78 | 0.63 | 0.16 |
| Hex | 32 | 41 | F | 17 | 0 | 4D | 4B | 4E | 3E | 10 |
| Octal | 62 | 101 | 17 | 27 | 0 | 115 | 113 | 116 | 76 | 20 |
| Binary | 110010 | 1000001 | 1111 | 10111 | 0 | 1001101 | 1001011 | 1001110 | 111110 | 10000 |
Color Harmonies of #32410F
Complementary color
Monochromatic Colors of #32410F
Black with #32410F
Text Example
Text Example
White with #32410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32410F; }
p { color: rgb(50,65,15); }
H1.HeaderClassName
{
color: #32410F;
}
.AnyTagClassName
{
color: #32410F;
}
</style>
background-color css
<style>
a { background-color: #32410F; }
a { background-color: rgb(50,65,15); }
div.DivClassName
{
background-color: #32410F;
}
.BgClassName
{
background-color: #32410F;
}
</style>
border-color css
<style>
span { border-color: #32410F; }
span { border-color: rgb(50,65,15); }
td.TdClassName
{
border-color: #32410F;
}
.TagClassName
{
border-color: #32410F;
}
</style>