Shades of Turtle Green #32450E
Tints of Turtle Green #32450E
RGB
CMYK
RGB Variations
Color information
#32450E (or 0x32450E) is known color: Turtle Green. HEX triplet: 32, 45 and 0E. RGB value is (50,69,14). Sum of RGB (Red+Green+Blue) = 50+69+14=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #32450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32450E is #CDBAF1. Grayscale: #393939. Windows color (decimal): -13482738 or 935218. OLE color: 935218.
HSL color Cylindrical-coordinate representation of color #32450E: hue angle of 80.73º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32450E is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 14 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.73 |
| HSL | 80.73º | 0.66% | 0.16% | - |
| HSV(B) | 80.73º | 0.8% | 0.27% | - |
| XYZ | 3.52 | 4.97 | 1.19 | - |
| YUV | 57.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 14 | 0.28 | 0 | 0.80 | 0.73 | 80.73 | 0.66 | 0.16 |
| Hex | 32 | 45 | E | 1C | 0 | 50 | 49 | 51 | 42 | 10 |
| Octal | 62 | 105 | 16 | 34 | 0 | 120 | 111 | 121 | 102 | 20 |
| Binary | 110010 | 1000101 | 1110 | 11100 | 0 | 1010000 | 1001001 | 1010001 | 1000010 | 10000 |
Color Harmonies of #32450E
Complementary color
Monochromatic Colors of #32450E
Black with #32450E
Text Example
Text Example
White with #32450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32450E; }
p { color: rgb(50,69,14); }
H1.HeaderClassName
{
color: #32450E;
}
.AnyTagClassName
{
color: #32450E;
}
</style>
background-color css
<style>
a { background-color: #32450E; }
a { background-color: rgb(50,69,14); }
div.DivClassName
{
background-color: #32450E;
}
.BgClassName
{
background-color: #32450E;
}
</style>
border-color css
<style>
span { border-color: #32450E; }
span { border-color: rgb(50,69,14); }
td.TdClassName
{
border-color: #32450E;
}
.TagClassName
{
border-color: #32450E;
}
</style>