Shades of Turtle Green #324717
Tints of Turtle Green #324717
RGB
CMYK
RGB Variations
Color information
#324717 (or 0x324717) is known color: Turtle Green. HEX triplet: 32, 47 and 17. RGB value is (50,71,23). Sum of RGB (Red+Green+Blue) = 50+71+23=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #324717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324717 is #CDB8E8. Grayscale: #3B3B3B. Windows color (decimal): -13482217 or 1525554. OLE color: 1525554.
HSL color Cylindrical-coordinate representation of color #324717: hue angle of 86.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324717 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 23 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.72 |
| HSL | 86.25º | 0.51% | 0.18% | - |
| HSV(B) | 86.25º | 0.68% | 0.28% | - |
| XYZ | 3.72 | 5.25 | 1.63 | - |
| YUV | 59.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 23 | 0.30 | 0 | 0.68 | 0.72 | 86.25 | 0.51 | 0.18 |
| Hex | 32 | 47 | 17 | 1E | 0 | 44 | 48 | 56 | 33 | 12 |
| Octal | 62 | 107 | 27 | 36 | 0 | 104 | 110 | 126 | 63 | 22 |
| Binary | 110010 | 1000111 | 10111 | 11110 | 0 | 1000100 | 1001000 | 1010110 | 110011 | 10010 |
Color Harmonies of #324717
Complementary color
Monochromatic Colors of #324717
Black with #324717
Text Example
Text Example
White with #324717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324717; }
p { color: rgb(50,71,23); }
H1.HeaderClassName
{
color: #324717;
}
.AnyTagClassName
{
color: #324717;
}
</style>
background-color css
<style>
a { background-color: #324717; }
a { background-color: rgb(50,71,23); }
div.DivClassName
{
background-color: #324717;
}
.BgClassName
{
background-color: #324717;
}
</style>
border-color css
<style>
span { border-color: #324717; }
span { border-color: rgb(50,71,23); }
td.TdClassName
{
border-color: #324717;
}
.TagClassName
{
border-color: #324717;
}
</style>