Shades of Turtle Green #324117
Tints of Turtle Green #324117
RGB
CMYK
RGB Variations
Color information
#324117 (or 0x324117) is known color: Turtle Green. HEX triplet: 32, 41 and 17. RGB value is (50,65,23). Sum of RGB (Red+Green+Blue) = 50+65+23=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #324117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324117 is #CDBEE8. Grayscale: #373737. Windows color (decimal): -13483753 or 1524018. OLE color: 1524018.
HSL color Cylindrical-coordinate representation of color #324117: hue angle of 81.43º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324117 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 23 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.75 |
| HSL | 81.43º | 0.48% | 0.17% | - |
| HSV(B) | 81.43º | 0.65% | 0.25% | - |
| XYZ | 3.36 | 4.52 | 1.51 | - |
| YUV | 55.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 23 | 0.23 | 0 | 0.65 | 0.75 | 81.43 | 0.48 | 0.17 |
| Hex | 32 | 41 | 17 | 17 | 0 | 41 | 4B | 51 | 30 | 11 |
| Octal | 62 | 101 | 27 | 27 | 0 | 101 | 113 | 121 | 60 | 21 |
| Binary | 110010 | 1000001 | 10111 | 10111 | 0 | 1000001 | 1001011 | 1010001 | 110000 | 10001 |
Color Harmonies of #324117
Complementary color
Monochromatic Colors of #324117
Black with #324117
Text Example
Text Example
White with #324117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324117; }
p { color: rgb(50,65,23); }
H1.HeaderClassName
{
color: #324117;
}
.AnyTagClassName
{
color: #324117;
}
</style>
background-color css
<style>
a { background-color: #324117; }
a { background-color: rgb(50,65,23); }
div.DivClassName
{
background-color: #324117;
}
.BgClassName
{
background-color: #324117;
}
</style>
border-color css
<style>
span { border-color: #324117; }
span { border-color: rgb(50,65,23); }
td.TdClassName
{
border-color: #324117;
}
.TagClassName
{
border-color: #324117;
}
</style>