Shades of Turtle Green #324402
Tints of Turtle Green #324402
RGB
CMYK
RGB Variations
Color information
#324402 (or 0x324402) is known color: Turtle Green. HEX triplet: 32, 44 and 02. RGB value is (50,68,2). Sum of RGB (Red+Green+Blue) = 50+68+2=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #324402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324402 is #CDBBFD. Grayscale: #373737. Windows color (decimal): -13483006 or 148530. OLE color: 148530.
HSL color Cylindrical-coordinate representation of color #324402: hue angle of 76.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324402 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 2 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.73 |
| HSL | 76.36º | 0.94% | 0.14% | - |
| HSV(B) | 76.36º | 0.97% | 0.27% | - |
| XYZ | 3.39 | 4.82 | 0.81 | - |
| YUV | 55.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 2 | 0.26 | 0 | 0.97 | 0.73 | 76.36 | 0.94 | 0.14 |
| Hex | 32 | 44 | 2 | 1A | 0 | 61 | 49 | 4C | 5E | E |
| Octal | 62 | 104 | 2 | 32 | 0 | 141 | 111 | 114 | 136 | 16 |
| Binary | 110010 | 1000100 | 10 | 11010 | 0 | 1100001 | 1001001 | 1001100 | 1011110 | 1110 |
Color Harmonies of #324402
Complementary color
Monochromatic Colors of #324402
Black with #324402
Text Example
Text Example
White with #324402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324402; }
p { color: rgb(50,68,2); }
H1.HeaderClassName
{
color: #324402;
}
.AnyTagClassName
{
color: #324402;
}
</style>
background-color css
<style>
a { background-color: #324402; }
a { background-color: rgb(50,68,2); }
div.DivClassName
{
background-color: #324402;
}
.BgClassName
{
background-color: #324402;
}
</style>
border-color css
<style>
span { border-color: #324402; }
span { border-color: rgb(50,68,2); }
td.TdClassName
{
border-color: #324402;
}
.TagClassName
{
border-color: #324402;
}
</style>