Shades of Turtle Green #323A0E
Tints of Turtle Green #323A0E
RGB
CMYK
RGB Variations
Color information
#323A0E (or 0x323A0E) is known color: Turtle Green. HEX triplet: 32, 3A and 0E. RGB value is (50,58,14). Sum of RGB (Red+Green+Blue) = 50+58+14=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #323A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A0E is #CDC5F1. Grayscale: #323232. Windows color (decimal): -13485554 or 932402. OLE color: 932402.
HSL color Cylindrical-coordinate representation of color #323A0E: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323A0E is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 14 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.77 |
| HSL | 70.91º | 0.61% | 0.14% | - |
| HSV(B) | 70.91º | 0.76% | 0.23% | - |
| XYZ | 2.91 | 3.74 | 0.98 | - |
| YUV | 50.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 14 | 0.14 | 0 | 0.76 | 0.77 | 70.91 | 0.61 | 0.14 |
| Hex | 32 | 3A | E | E | 0 | 4C | 4D | 47 | 3D | E |
| Octal | 62 | 72 | 16 | 16 | 0 | 114 | 115 | 107 | 75 | 16 |
| Binary | 110010 | 111010 | 1110 | 1110 | 0 | 1001100 | 1001101 | 1000111 | 111101 | 1110 |
Color Harmonies of #323A0E
Complementary color
Monochromatic Colors of #323A0E
Black with #323A0E
Text Example
Text Example
White with #323A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A0E; }
p { color: rgb(50,58,14); }
H1.HeaderClassName
{
color: #323A0E;
}
.AnyTagClassName
{
color: #323A0E;
}
</style>
background-color css
<style>
a { background-color: #323A0E; }
a { background-color: rgb(50,58,14); }
div.DivClassName
{
background-color: #323A0E;
}
.BgClassName
{
background-color: #323A0E;
}
</style>
border-color css
<style>
span { border-color: #323A0E; }
span { border-color: rgb(50,58,14); }
td.TdClassName
{
border-color: #323A0E;
}
.TagClassName
{
border-color: #323A0E;
}
</style>