Shades of Turtle Green #323D12
Tints of Turtle Green #323D12
RGB
CMYK
RGB Variations
Color information
#323D12 (or 0x323D12) is known color: Turtle Green. HEX triplet: 32, 3D and 12. RGB value is (50,61,18). Sum of RGB (Red+Green+Blue) = 50+61+18=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #323D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323D12 is #CDC2ED. Grayscale: #343434. Windows color (decimal): -13484782 or 1195314. OLE color: 1195314.
HSL color Cylindrical-coordinate representation of color #323D12: hue angle of 75.35º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323D12 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 18 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.76 |
| HSL | 75.35º | 0.54% | 0.15% | - |
| HSV(B) | 75.35º | 0.7% | 0.24% | - |
| XYZ | 3.09 | 4.06 | 1.19 | - |
| YUV | 52.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 18 | 0.18 | 0 | 0.70 | 0.76 | 75.35 | 0.54 | 0.15 |
| Hex | 32 | 3D | 12 | 12 | 0 | 46 | 4C | 4B | 36 | F |
| Octal | 62 | 75 | 22 | 22 | 0 | 106 | 114 | 113 | 66 | 17 |
| Binary | 110010 | 111101 | 10010 | 10010 | 0 | 1000110 | 1001100 | 1001011 | 110110 | 1111 |
Color Harmonies of #323D12
Complementary color
Monochromatic Colors of #323D12
Black with #323D12
Text Example
Text Example
White with #323D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D12; }
p { color: rgb(50,61,18); }
H1.HeaderClassName
{
color: #323D12;
}
.AnyTagClassName
{
color: #323D12;
}
</style>
background-color css
<style>
a { background-color: #323D12; }
a { background-color: rgb(50,61,18); }
div.DivClassName
{
background-color: #323D12;
}
.BgClassName
{
background-color: #323D12;
}
</style>
border-color css
<style>
span { border-color: #323D12; }
span { border-color: rgb(50,61,18); }
td.TdClassName
{
border-color: #323D12;
}
.TagClassName
{
border-color: #323D12;
}
</style>