Shades of Turtle Green #323905
Tints of Turtle Green #323905
RGB
CMYK
RGB Variations
Color information
#323905 (or 0x323905) is known color: Turtle Green. HEX triplet: 32, 39 and 05. RGB value is (50,57,5). Sum of RGB (Red+Green+Blue) = 50+57+5=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #323905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323905 is #CDC6FA. Grayscale: #313131. Windows color (decimal): -13485819 or 342322. OLE color: 342322.
HSL color Cylindrical-coordinate representation of color #323905: hue angle of 68.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #323905 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 5 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.78 |
| HSL | 68.08º | 0.84% | 0.12% | - |
| HSV(B) | 68.08º | 0.91% | 0.22% | - |
| XYZ | 2.81 | 3.62 | 0.69 | - |
| YUV | 48.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 5 | 0.12 | 0 | 0.91 | 0.78 | 68.08 | 0.84 | 0.12 |
| Hex | 32 | 39 | 5 | C | 0 | 5B | 4E | 44 | 54 | C |
| Octal | 62 | 71 | 5 | 14 | 0 | 133 | 116 | 104 | 124 | 14 |
| Binary | 110010 | 111001 | 101 | 1100 | 0 | 1011011 | 1001110 | 1000100 | 1010100 | 1100 |
Color Harmonies of #323905
Complementary color
Monochromatic Colors of #323905
Black with #323905
Text Example
Text Example
White with #323905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323905; }
p { color: rgb(50,57,5); }
H1.HeaderClassName
{
color: #323905;
}
.AnyTagClassName
{
color: #323905;
}
</style>
background-color css
<style>
a { background-color: #323905; }
a { background-color: rgb(50,57,5); }
div.DivClassName
{
background-color: #323905;
}
.BgClassName
{
background-color: #323905;
}
</style>
border-color css
<style>
span { border-color: #323905; }
span { border-color: rgb(50,57,5); }
td.TdClassName
{
border-color: #323905;
}
.TagClassName
{
border-color: #323905;
}
</style>