Shades of Turtle Green #324202
Tints of Turtle Green #324202
RGB
CMYK
RGB Variations
Color information
#324202 (or 0x324202) is known color: Turtle Green. HEX triplet: 32, 42 and 02. RGB value is (50,66,2). Sum of RGB (Red+Green+Blue) = 50+66+2=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #324202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324202 is #CDBDFD. Grayscale: #363636. Windows color (decimal): -13483518 or 148018. OLE color: 148018.
HSL color Cylindrical-coordinate representation of color #324202: hue angle of 75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324202 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 2 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.74 |
| HSL | 75º | 0.94% | 0.13% | - |
| HSV(B) | 75º | 0.97% | 0.26% | - |
| XYZ | 3.27 | 4.58 | 0.77 | - |
| YUV | 53.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 2 | 0.24 | 0 | 0.97 | 0.74 | 75 | 0.94 | 0.13 |
| Hex | 32 | 42 | 2 | 18 | 0 | 61 | 4A | 4B | 5E | D |
| Octal | 62 | 102 | 2 | 30 | 0 | 141 | 112 | 113 | 136 | 15 |
| Binary | 110010 | 1000010 | 10 | 11000 | 0 | 1100001 | 1001010 | 1001011 | 1011110 | 1101 |
Color Harmonies of #324202
Complementary color
Monochromatic Colors of #324202
Black with #324202
Text Example
Text Example
White with #324202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324202; }
p { color: rgb(50,66,2); }
H1.HeaderClassName
{
color: #324202;
}
.AnyTagClassName
{
color: #324202;
}
</style>
background-color css
<style>
a { background-color: #324202; }
a { background-color: rgb(50,66,2); }
div.DivClassName
{
background-color: #324202;
}
.BgClassName
{
background-color: #324202;
}
</style>
border-color css
<style>
span { border-color: #324202; }
span { border-color: rgb(50,66,2); }
td.TdClassName
{
border-color: #324202;
}
.TagClassName
{
border-color: #324202;
}
</style>