Shades of Turtle Green #323705
Tints of Turtle Green #323705
RGB
CMYK
RGB Variations
Color information
#323705 (or 0x323705) is known color: Turtle Green. HEX triplet: 32, 37 and 05. RGB value is (50,55,5). Sum of RGB (Red+Green+Blue) = 50+55+5=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #323705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323705 is #CDC8FA. Grayscale: #2F2F2F. Windows color (decimal): -13486331 or 341810. OLE color: 341810.
HSL color Cylindrical-coordinate representation of color #323705: hue angle of 66º degrees, saturation: 0.83, 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 #323705 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 5 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.78 |
| HSL | 66º | 0.83% | 0.12% | - |
| HSV(B) | 66º | 0.91% | 0.22% | - |
| XYZ | 2.71 | 3.42 | 0.66 | - |
| YUV | 47.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 5 | 0.09 | 0 | 0.91 | 0.78 | 66 | 0.83 | 0.12 |
| Hex | 32 | 37 | 5 | 9 | 0 | 5B | 4E | 42 | 53 | C |
| Octal | 62 | 67 | 5 | 11 | 0 | 133 | 116 | 102 | 123 | 14 |
| Binary | 110010 | 110111 | 101 | 1001 | 0 | 1011011 | 1001110 | 1000010 | 1010011 | 1100 |
Color Harmonies of #323705
Complementary color
Monochromatic Colors of #323705
Black with #323705
Text Example
Text Example
White with #323705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323705; }
p { color: rgb(50,55,5); }
H1.HeaderClassName
{
color: #323705;
}
.AnyTagClassName
{
color: #323705;
}
</style>
background-color css
<style>
a { background-color: #323705; }
a { background-color: rgb(50,55,5); }
div.DivClassName
{
background-color: #323705;
}
.BgClassName
{
background-color: #323705;
}
</style>
border-color css
<style>
span { border-color: #323705; }
span { border-color: rgb(50,55,5); }
td.TdClassName
{
border-color: #323705;
}
.TagClassName
{
border-color: #323705;
}
</style>