Shades of Turtle Green #324102
Tints of Turtle Green #324102
RGB
CMYK
RGB Variations
Color information
#324102 (or 0x324102) is known color: Turtle Green. HEX triplet: 32, 41 and 02. RGB value is (50,65,2). Sum of RGB (Red+Green+Blue) = 50+65+2=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #324102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324102 is #CDBEFD. Grayscale: #353535. Windows color (decimal): -13483774 or 147762. OLE color: 147762.
HSL color Cylindrical-coordinate representation of color #324102: hue angle of 74.29º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324102 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 2 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.75 |
| HSL | 74.29º | 0.94% | 0.13% | - |
| HSV(B) | 74.29º | 0.97% | 0.25% | - |
| XYZ | 3.22 | 4.46 | 0.75 | - |
| YUV | 53.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 2 | 0.23 | 0 | 0.97 | 0.75 | 74.29 | 0.94 | 0.13 |
| Hex | 32 | 41 | 2 | 17 | 0 | 61 | 4B | 4A | 5E | D |
| Octal | 62 | 101 | 2 | 27 | 0 | 141 | 113 | 112 | 136 | 15 |
| Binary | 110010 | 1000001 | 10 | 10111 | 0 | 1100001 | 1001011 | 1001010 | 1011110 | 1101 |
Color Harmonies of #324102
Complementary color
Monochromatic Colors of #324102
Black with #324102
Text Example
Text Example
White with #324102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324102; }
p { color: rgb(50,65,2); }
H1.HeaderClassName
{
color: #324102;
}
.AnyTagClassName
{
color: #324102;
}
</style>
background-color css
<style>
a { background-color: #324102; }
a { background-color: rgb(50,65,2); }
div.DivClassName
{
background-color: #324102;
}
.BgClassName
{
background-color: #324102;
}
</style>
border-color css
<style>
span { border-color: #324102; }
span { border-color: rgb(50,65,2); }
td.TdClassName
{
border-color: #324102;
}
.TagClassName
{
border-color: #324102;
}
</style>