Shades of Turtle Green #324108
Tints of Turtle Green #324108
RGB
CMYK
RGB Variations
Color information
#324108 (or 0x324108) is known color: Turtle Green. HEX triplet: 32, 41 and 08. RGB value is (50,65,8). Sum of RGB (Red+Green+Blue) = 50+65+8=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #324108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324108 is #CDBEF7. Grayscale: #363636. Windows color (decimal): -13483768 or 540978. OLE color: 540978.
HSL color Cylindrical-coordinate representation of color #324108: hue angle of 75.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #324108 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 8 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.75 |
| HSL | 75.79º | 0.78% | 0.14% | - |
| HSV(B) | 75.79º | 0.88% | 0.25% | - |
| XYZ | 3.25 | 4.48 | 0.92 | - |
| YUV | 54.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 8 | 0.23 | 0 | 0.88 | 0.75 | 75.79 | 0.78 | 0.14 |
| Hex | 32 | 41 | 8 | 17 | 0 | 58 | 4B | 4C | 4E | E |
| Octal | 62 | 101 | 10 | 27 | 0 | 130 | 113 | 114 | 116 | 16 |
| Binary | 110010 | 1000001 | 1000 | 10111 | 0 | 1011000 | 1001011 | 1001100 | 1001110 | 1110 |
Color Harmonies of #324108
Complementary color
Monochromatic Colors of #324108
Black with #324108
Text Example
Text Example
White with #324108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324108; }
p { color: rgb(50,65,8); }
H1.HeaderClassName
{
color: #324108;
}
.AnyTagClassName
{
color: #324108;
}
</style>
background-color css
<style>
a { background-color: #324108; }
a { background-color: rgb(50,65,8); }
div.DivClassName
{
background-color: #324108;
}
.BgClassName
{
background-color: #324108;
}
</style>
border-color css
<style>
span { border-color: #324108; }
span { border-color: rgb(50,65,8); }
td.TdClassName
{
border-color: #324108;
}
.TagClassName
{
border-color: #324108;
}
</style>