Shades of Turtle Green #323D11
Tints of Turtle Green #323D11
RGB
CMYK
RGB Variations
Color information
#323D11 (or 0x323D11) is known color: Turtle Green. HEX triplet: 32, 3D and 11. RGB value is (50,61,17). Sum of RGB (Red+Green+Blue) = 50+61+17=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #323D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323D11 is #CDC2EE. Grayscale: #343434. Windows color (decimal): -13484783 or 1129778. OLE color: 1129778.
HSL color Cylindrical-coordinate representation of color #323D11: hue angle of 75º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323D11 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 17 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.76 |
| HSL | 75º | 0.56% | 0.15% | - |
| HSV(B) | 75º | 0.72% | 0.24% | - |
| XYZ | 3.09 | 4.06 | 1.15 | - |
| YUV | 52.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 17 | 0.18 | 0 | 0.72 | 0.76 | 75 | 0.56 | 0.15 |
| Hex | 32 | 3D | 11 | 12 | 0 | 48 | 4C | 4B | 38 | F |
| Octal | 62 | 75 | 21 | 22 | 0 | 110 | 114 | 113 | 70 | 17 |
| Binary | 110010 | 111101 | 10001 | 10010 | 0 | 1001000 | 1001100 | 1001011 | 111000 | 1111 |
Color Harmonies of #323D11
Complementary color
Monochromatic Colors of #323D11
Black with #323D11
Text Example
Text Example
White with #323D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D11; }
p { color: rgb(50,61,17); }
H1.HeaderClassName
{
color: #323D11;
}
.AnyTagClassName
{
color: #323D11;
}
</style>
background-color css
<style>
a { background-color: #323D11; }
a { background-color: rgb(50,61,17); }
div.DivClassName
{
background-color: #323D11;
}
.BgClassName
{
background-color: #323D11;
}
</style>
border-color css
<style>
span { border-color: #323D11; }
span { border-color: rgb(50,61,17); }
td.TdClassName
{
border-color: #323D11;
}
.TagClassName
{
border-color: #323D11;
}
</style>