Shades of Turtle Green #323A13
Tints of Turtle Green #323A13
RGB
CMYK
RGB Variations
Color information
#323A13 (or 0x323A13) is known color: Turtle Green. HEX triplet: 32, 3A and 13. RGB value is (50,58,19). Sum of RGB (Red+Green+Blue) = 50+58+19=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #323A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A13 is #CDC5EC. Grayscale: #333333. Windows color (decimal): -13485549 or 1260082. OLE color: 1260082.
HSL color Cylindrical-coordinate representation of color #323A13: hue angle of 72.31º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323A13 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 19 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.77 |
| HSL | 72.31º | 0.51% | 0.15% | - |
| HSV(B) | 72.31º | 0.67% | 0.23% | - |
| XYZ | 2.95 | 3.75 | 1.18 | - |
| YUV | 51.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 19 | 0.14 | 0 | 0.67 | 0.77 | 72.31 | 0.51 | 0.15 |
| Hex | 32 | 3A | 13 | E | 0 | 43 | 4D | 48 | 33 | F |
| Octal | 62 | 72 | 23 | 16 | 0 | 103 | 115 | 110 | 63 | 17 |
| Binary | 110010 | 111010 | 10011 | 1110 | 0 | 1000011 | 1001101 | 1001000 | 110011 | 1111 |
Color Harmonies of #323A13
Complementary color
Monochromatic Colors of #323A13
Black with #323A13
Text Example
Text Example
White with #323A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A13; }
p { color: rgb(50,58,19); }
H1.HeaderClassName
{
color: #323A13;
}
.AnyTagClassName
{
color: #323A13;
}
</style>
background-color css
<style>
a { background-color: #323A13; }
a { background-color: rgb(50,58,19); }
div.DivClassName
{
background-color: #323A13;
}
.BgClassName
{
background-color: #323A13;
}
</style>
border-color css
<style>
span { border-color: #323A13; }
span { border-color: rgb(50,58,19); }
td.TdClassName
{
border-color: #323A13;
}
.TagClassName
{
border-color: #323A13;
}
</style>