Shades of Turtle Green #324115
Tints of Turtle Green #324115
RGB
CMYK
RGB Variations
Color information
#324115 (or 0x324115) is known color: Turtle Green. HEX triplet: 32, 41 and 15. RGB value is (50,65,21). Sum of RGB (Red+Green+Blue) = 50+65+21=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #324115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324115 is #CDBEEA. Grayscale: #373737. Windows color (decimal): -13483755 or 1392946. OLE color: 1392946.
HSL color Cylindrical-coordinate representation of color #324115: hue angle of 80.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324115 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 21 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.75 |
| HSL | 80.45º | 0.51% | 0.17% | - |
| HSV(B) | 80.45º | 0.68% | 0.25% | - |
| XYZ | 3.34 | 4.51 | 1.4 | - |
| YUV | 55.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 21 | 0.23 | 0 | 0.68 | 0.75 | 80.45 | 0.51 | 0.17 |
| Hex | 32 | 41 | 15 | 17 | 0 | 44 | 4B | 50 | 33 | 11 |
| Octal | 62 | 101 | 25 | 27 | 0 | 104 | 113 | 120 | 63 | 21 |
| Binary | 110010 | 1000001 | 10101 | 10111 | 0 | 1000100 | 1001011 | 1010000 | 110011 | 10001 |
Color Harmonies of #324115
Complementary color
Monochromatic Colors of #324115
Black with #324115
Text Example
Text Example
White with #324115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324115; }
p { color: rgb(50,65,21); }
H1.HeaderClassName
{
color: #324115;
}
.AnyTagClassName
{
color: #324115;
}
</style>
background-color css
<style>
a { background-color: #324115; }
a { background-color: rgb(50,65,21); }
div.DivClassName
{
background-color: #324115;
}
.BgClassName
{
background-color: #324115;
}
</style>
border-color css
<style>
span { border-color: #324115; }
span { border-color: rgb(50,65,21); }
td.TdClassName
{
border-color: #324115;
}
.TagClassName
{
border-color: #324115;
}
</style>