Shades of Turtle Green #323A10
Tints of Turtle Green #323A10
RGB
CMYK
RGB Variations
Color information
#323A10 (or 0x323A10) is known color: Turtle Green. HEX triplet: 32, 3A and 10. RGB value is (50,58,16). Sum of RGB (Red+Green+Blue) = 50+58+16=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #323A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A10 is #CDC5EF. Grayscale: #323232. Windows color (decimal): -13485552 or 1063474. OLE color: 1063474.
HSL color Cylindrical-coordinate representation of color #323A10: hue angle of 71.43º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323A10 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 16 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.77 |
| HSL | 71.43º | 0.57% | 0.15% | - |
| HSV(B) | 71.43º | 0.72% | 0.23% | - |
| XYZ | 2.92 | 3.74 | 1.06 | - |
| YUV | 50.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 16 | 0.14 | 0 | 0.72 | 0.77 | 71.43 | 0.57 | 0.15 |
| Hex | 32 | 3A | 10 | E | 0 | 48 | 4D | 47 | 39 | F |
| Octal | 62 | 72 | 20 | 16 | 0 | 110 | 115 | 107 | 71 | 17 |
| Binary | 110010 | 111010 | 10000 | 1110 | 0 | 1001000 | 1001101 | 1000111 | 111001 | 1111 |
Color Harmonies of #323A10
Complementary color
Monochromatic Colors of #323A10
Black with #323A10
Text Example
Text Example
White with #323A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A10; }
p { color: rgb(50,58,16); }
H1.HeaderClassName
{
color: #323A10;
}
.AnyTagClassName
{
color: #323A10;
}
</style>
background-color css
<style>
a { background-color: #323A10; }
a { background-color: rgb(50,58,16); }
div.DivClassName
{
background-color: #323A10;
}
.BgClassName
{
background-color: #323A10;
}
</style>
border-color css
<style>
span { border-color: #323A10; }
span { border-color: rgb(50,58,16); }
td.TdClassName
{
border-color: #323A10;
}
.TagClassName
{
border-color: #323A10;
}
</style>