Shades of Turtle Green #32390F
Tints of Turtle Green #32390F
RGB
CMYK
RGB Variations
Color information
#32390F (or 0x32390F) is known color: Turtle Green. HEX triplet: 32, 39 and 0F. RGB value is (50,57,15). Sum of RGB (Red+Green+Blue) = 50+57+15=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #32390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32390F is #CDC6F0. Grayscale: #323232. Windows color (decimal): -13485809 or 997682. OLE color: 997682.
HSL color Cylindrical-coordinate representation of color #32390F: hue angle of 70º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32390F is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 15 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.78 |
| HSL | 70º | 0.58% | 0.14% | - |
| HSV(B) | 70º | 0.74% | 0.22% | - |
| XYZ | 2.86 | 3.64 | 1 | - |
| YUV | 50.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 15 | 0.12 | 0 | 0.74 | 0.78 | 70 | 0.58 | 0.14 |
| Hex | 32 | 39 | F | C | 0 | 4A | 4E | 46 | 3A | E |
| Octal | 62 | 71 | 17 | 14 | 0 | 112 | 116 | 106 | 72 | 16 |
| Binary | 110010 | 111001 | 1111 | 1100 | 0 | 1001010 | 1001110 | 1000110 | 111010 | 1110 |
Color Harmonies of #32390F
Complementary color
Monochromatic Colors of #32390F
Black with #32390F
Text Example
Text Example
White with #32390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32390F; }
p { color: rgb(50,57,15); }
H1.HeaderClassName
{
color: #32390F;
}
.AnyTagClassName
{
color: #32390F;
}
</style>
background-color css
<style>
a { background-color: #32390F; }
a { background-color: rgb(50,57,15); }
div.DivClassName
{
background-color: #32390F;
}
.BgClassName
{
background-color: #32390F;
}
</style>
border-color css
<style>
span { border-color: #32390F; }
span { border-color: rgb(50,57,15); }
td.TdClassName
{
border-color: #32390F;
}
.TagClassName
{
border-color: #32390F;
}
</style>