Shades of Turtle Green #323E05
Tints of Turtle Green #323E05
RGB
CMYK
RGB Variations
Color information
#323E05 (or 0x323E05) is known color: Turtle Green. HEX triplet: 32, 3E and 05. RGB value is (50,62,5). Sum of RGB (Red+Green+Blue) = 50+62+5=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #323E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323E05 is #CDC1FA. Grayscale: #343434. Windows color (decimal): -13484539 or 343602. OLE color: 343602.
HSL color Cylindrical-coordinate representation of color #323E05: hue angle of 72.63º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #323E05 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 62 | 5 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.76 |
| HSL | 72.63º | 0.85% | 0.13% | - |
| HSV(B) | 72.63º | 0.92% | 0.24% | - |
| XYZ | 3.07 | 4.13 | 0.78 | - |
| YUV | 51.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 5 | 0.19 | 0 | 0.92 | 0.76 | 72.63 | 0.85 | 0.13 |
| Hex | 32 | 3E | 5 | 13 | 0 | 5C | 4C | 49 | 55 | D |
| Octal | 62 | 76 | 5 | 23 | 0 | 134 | 114 | 111 | 125 | 15 |
| Binary | 110010 | 111110 | 101 | 10011 | 0 | 1011100 | 1001100 | 1001001 | 1010101 | 1101 |
Color Harmonies of #323E05
Complementary color
Monochromatic Colors of #323E05
Black with #323E05
Text Example
Text Example
White with #323E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E05; }
p { color: rgb(50,62,5); }
H1.HeaderClassName
{
color: #323E05;
}
.AnyTagClassName
{
color: #323E05;
}
</style>
background-color css
<style>
a { background-color: #323E05; }
a { background-color: rgb(50,62,5); }
div.DivClassName
{
background-color: #323E05;
}
.BgClassName
{
background-color: #323E05;
}
</style>
border-color css
<style>
span { border-color: #323E05; }
span { border-color: rgb(50,62,5); }
td.TdClassName
{
border-color: #323E05;
}
.TagClassName
{
border-color: #323E05;
}
</style>