Shades of Turtle Green #324201
Tints of Turtle Green #324201
RGB
CMYK
RGB Variations
Color information
#324201 (or 0x324201) is known color: Turtle Green. HEX triplet: 32, 42 and 01. RGB value is (50,66,1). Sum of RGB (Red+Green+Blue) = 50+66+1=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #324201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324201 is #CDBDFE. Grayscale: #363636. Windows color (decimal): -13483519 or 82482. OLE color: 82482.
HSL color Cylindrical-coordinate representation of color #324201: hue angle of 74.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #324201 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 1 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.74 |
| HSL | 74.77º | 0.97% | 0.13% | - |
| HSV(B) | 74.77º | 0.98% | 0.26% | - |
| XYZ | 3.27 | 4.58 | 0.74 | - |
| YUV | 53.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 1 | 0.24 | 0 | 0.98 | 0.74 | 74.77 | 0.97 | 0.13 |
| Hex | 32 | 42 | 1 | 18 | 0 | 62 | 4A | 4B | 61 | D |
| Octal | 62 | 102 | 1 | 30 | 0 | 142 | 112 | 113 | 141 | 15 |
| Binary | 110010 | 1000010 | 1 | 11000 | 0 | 1100010 | 1001010 | 1001011 | 1100001 | 1101 |
Color Harmonies of #324201
Complementary color
Monochromatic Colors of #324201
Black with #324201
Text Example
Text Example
White with #324201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324201; }
p { color: rgb(50,66,1); }
H1.HeaderClassName
{
color: #324201;
}
.AnyTagClassName
{
color: #324201;
}
</style>
background-color css
<style>
a { background-color: #324201; }
a { background-color: rgb(50,66,1); }
div.DivClassName
{
background-color: #324201;
}
.BgClassName
{
background-color: #324201;
}
</style>
border-color css
<style>
span { border-color: #324201; }
span { border-color: rgb(50,66,1); }
td.TdClassName
{
border-color: #324201;
}
.TagClassName
{
border-color: #324201;
}
</style>