Shades of Turtle Green #32390A
Tints of Turtle Green #32390A
RGB
CMYK
RGB Variations
Color information
#32390A (or 0x32390A) is known color: Turtle Green. HEX triplet: 32, 39 and 0A. RGB value is (50,57,10). Sum of RGB (Red+Green+Blue) = 50+57+10=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #32390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32390A is #CDC6F5. Grayscale: #313131. Windows color (decimal): -13485814 or 670002. OLE color: 670002.
HSL color Cylindrical-coordinate representation of color #32390A: hue angle of 68.94º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32390A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 10 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.78 |
| HSL | 68.94º | 0.7% | 0.13% | - |
| HSV(B) | 68.94º | 0.82% | 0.22% | - |
| XYZ | 2.83 | 3.63 | 0.84 | - |
| YUV | 49.55 | 105.68 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 10 | 0.12 | 0 | 0.82 | 0.78 | 68.94 | 0.7 | 0.13 |
| Hex | 32 | 39 | A | C | 0 | 52 | 4E | 45 | 46 | D |
| Octal | 62 | 71 | 12 | 14 | 0 | 122 | 116 | 105 | 106 | 15 |
| Binary | 110010 | 111001 | 1010 | 1100 | 0 | 1010010 | 1001110 | 1000101 | 1000110 | 1101 |
Color Harmonies of #32390A
Complementary color
Monochromatic Colors of #32390A
Black with #32390A
Text Example
Text Example
White with #32390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32390A; }
p { color: rgb(50,57,10); }
H1.HeaderClassName
{
color: #32390A;
}
.AnyTagClassName
{
color: #32390A;
}
</style>
background-color css
<style>
a { background-color: #32390A; }
a { background-color: rgb(50,57,10); }
div.DivClassName
{
background-color: #32390A;
}
.BgClassName
{
background-color: #32390A;
}
</style>
border-color css
<style>
span { border-color: #32390A; }
span { border-color: rgb(50,57,10); }
td.TdClassName
{
border-color: #32390A;
}
.TagClassName
{
border-color: #32390A;
}
</style>