Shades of Turtle Green #323404
Tints of Turtle Green #323404
RGB
CMYK
RGB Variations
Color information
#323404 (or 0x323404) is known color: Turtle Green. HEX triplet: 32, 34 and 04. RGB value is (50,52,4). Sum of RGB (Red+Green+Blue) = 50+52+4=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #323404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323404 is #CDCBFB. Grayscale: #2E2E2E. Windows color (decimal): -13487100 or 275506. OLE color: 275506.
HSL color Cylindrical-coordinate representation of color #323404: hue angle of 62.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #323404 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 4 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.80 |
| HSL | 62.5º | 0.86% | 0.11% | - |
| HSV(B) | 62.5º | 0.92% | 0.2% | - |
| XYZ | 2.57 | 3.14 | 0.59 | - |
| YUV | 45.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 4 | 0.04 | 0 | 0.92 | 0.80 | 62.5 | 0.86 | 0.11 |
| Hex | 32 | 34 | 4 | 4 | 0 | 5C | 50 | 3F | 56 | B |
| Octal | 62 | 64 | 4 | 4 | 0 | 134 | 120 | 77 | 126 | 13 |
| Binary | 110010 | 110100 | 100 | 100 | 0 | 1011100 | 1010000 | 111111 | 1010110 | 1011 |
Color Harmonies of #323404
Complementary color
Monochromatic Colors of #323404
Black with #323404
Text Example
Text Example
White with #323404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323404; }
p { color: rgb(50,52,4); }
H1.HeaderClassName
{
color: #323404;
}
.AnyTagClassName
{
color: #323404;
}
</style>
background-color css
<style>
a { background-color: #323404; }
a { background-color: rgb(50,52,4); }
div.DivClassName
{
background-color: #323404;
}
.BgClassName
{
background-color: #323404;
}
</style>
border-color css
<style>
span { border-color: #323404; }
span { border-color: rgb(50,52,4); }
td.TdClassName
{
border-color: #323404;
}
.TagClassName
{
border-color: #323404;
}
</style>