Shades of Turtle Green #323B12
Tints of Turtle Green #323B12
RGB
CMYK
RGB Variations
Color information
#323B12 (or 0x323B12) is known color: Turtle Green. HEX triplet: 32, 3B and 12. RGB value is (50,59,18). Sum of RGB (Red+Green+Blue) = 50+59+18=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #323B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323B12 is #CDC4ED. Grayscale: #333333. Windows color (decimal): -13485294 or 1194802. OLE color: 1194802.
HSL color Cylindrical-coordinate representation of color #323B12: hue angle of 73.17º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323B12 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 18 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.77 |
| HSL | 73.17º | 0.53% | 0.15% | - |
| HSV(B) | 73.17º | 0.69% | 0.23% | - |
| XYZ | 2.99 | 3.85 | 1.16 | - |
| YUV | 51.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 18 | 0.15 | 0 | 0.69 | 0.77 | 73.17 | 0.53 | 0.15 |
| Hex | 32 | 3B | 12 | F | 0 | 45 | 4D | 49 | 35 | F |
| Octal | 62 | 73 | 22 | 17 | 0 | 105 | 115 | 111 | 65 | 17 |
| Binary | 110010 | 111011 | 10010 | 1111 | 0 | 1000101 | 1001101 | 1001001 | 110101 | 1111 |
Color Harmonies of #323B12
Complementary color
Monochromatic Colors of #323B12
Black with #323B12
Text Example
Text Example
White with #323B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B12; }
p { color: rgb(50,59,18); }
H1.HeaderClassName
{
color: #323B12;
}
.AnyTagClassName
{
color: #323B12;
}
</style>
background-color css
<style>
a { background-color: #323B12; }
a { background-color: rgb(50,59,18); }
div.DivClassName
{
background-color: #323B12;
}
.BgClassName
{
background-color: #323B12;
}
</style>
border-color css
<style>
span { border-color: #323B12; }
span { border-color: rgb(50,59,18); }
td.TdClassName
{
border-color: #323B12;
}
.TagClassName
{
border-color: #323B12;
}
</style>