Shades of Turtle Green #323712
Tints of Turtle Green #323712
RGB
CMYK
RGB Variations
Color information
#323712 (or 0x323712) is known color: Turtle Green. HEX triplet: 32, 37 and 12. RGB value is (50,55,18). Sum of RGB (Red+Green+Blue) = 50+55+18=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #323712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323712 is #CDC8ED. Grayscale: #313131. Windows color (decimal): -13486318 or 1193778. OLE color: 1193778.
HSL color Cylindrical-coordinate representation of color #323712: hue angle of 68.11º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323712 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 18 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.78 |
| HSL | 68.11º | 0.51% | 0.14% | - |
| HSV(B) | 68.11º | 0.67% | 0.22% | - |
| XYZ | 2.79 | 3.45 | 1.09 | - |
| YUV | 49.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 18 | 0.09 | 0 | 0.67 | 0.78 | 68.11 | 0.51 | 0.14 |
| Hex | 32 | 37 | 12 | 9 | 0 | 43 | 4E | 44 | 33 | E |
| Octal | 62 | 67 | 22 | 11 | 0 | 103 | 116 | 104 | 63 | 16 |
| Binary | 110010 | 110111 | 10010 | 1001 | 0 | 1000011 | 1001110 | 1000100 | 110011 | 1110 |
Color Harmonies of #323712
Complementary color
Monochromatic Colors of #323712
Black with #323712
Text Example
Text Example
White with #323712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323712; }
p { color: rgb(50,55,18); }
H1.HeaderClassName
{
color: #323712;
}
.AnyTagClassName
{
color: #323712;
}
</style>
background-color css
<style>
a { background-color: #323712; }
a { background-color: rgb(50,55,18); }
div.DivClassName
{
background-color: #323712;
}
.BgClassName
{
background-color: #323712;
}
</style>
border-color css
<style>
span { border-color: #323712; }
span { border-color: rgb(50,55,18); }
td.TdClassName
{
border-color: #323712;
}
.TagClassName
{
border-color: #323712;
}
</style>