Shades of Turtle Green #324104
Tints of Turtle Green #324104
RGB
CMYK
RGB Variations
Color information
#324104 (or 0x324104) is known color: Turtle Green. HEX triplet: 32, 41 and 04. RGB value is (50,65,4). Sum of RGB (Red+Green+Blue) = 50+65+4=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #324104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324104 is #CDBEFB. Grayscale: #353535. Windows color (decimal): -13483772 or 278834. OLE color: 278834.
HSL color Cylindrical-coordinate representation of color #324104: hue angle of 74.75º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #324104 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 4 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.75 |
| HSL | 74.75º | 0.88% | 0.14% | - |
| HSV(B) | 74.75º | 0.94% | 0.25% | - |
| XYZ | 3.23 | 4.47 | 0.81 | - |
| YUV | 53.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 4 | 0.23 | 0 | 0.94 | 0.75 | 74.75 | 0.88 | 0.14 |
| Hex | 32 | 41 | 4 | 17 | 0 | 5E | 4B | 4B | 58 | E |
| Octal | 62 | 101 | 4 | 27 | 0 | 136 | 113 | 113 | 130 | 16 |
| Binary | 110010 | 1000001 | 100 | 10111 | 0 | 1011110 | 1001011 | 1001011 | 1011000 | 1110 |
Color Harmonies of #324104
Complementary color
Monochromatic Colors of #324104
Black with #324104
Text Example
Text Example
White with #324104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324104; }
p { color: rgb(50,65,4); }
H1.HeaderClassName
{
color: #324104;
}
.AnyTagClassName
{
color: #324104;
}
</style>
background-color css
<style>
a { background-color: #324104; }
a { background-color: rgb(50,65,4); }
div.DivClassName
{
background-color: #324104;
}
.BgClassName
{
background-color: #324104;
}
</style>
border-color css
<style>
span { border-color: #324104; }
span { border-color: rgb(50,65,4); }
td.TdClassName
{
border-color: #324104;
}
.TagClassName
{
border-color: #324104;
}
</style>