Shades of Turtle Green #32450A
Tints of Turtle Green #32450A
RGB
CMYK
RGB Variations
Color information
#32450A (or 0x32450A) is known color: Turtle Green. HEX triplet: 32, 45 and 0A. RGB value is (50,69,10). Sum of RGB (Red+Green+Blue) = 50+69+10=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #32450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32450A is #CDBAF5. Grayscale: #383838. Windows color (decimal): -13482742 or 673074. OLE color: 673074.
HSL color Cylindrical-coordinate representation of color #32450A: hue angle of 79.32º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32450A is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 10 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.73 |
| HSL | 79.32º | 0.75% | 0.15% | - |
| HSV(B) | 79.32º | 0.86% | 0.27% | - |
| XYZ | 3.5 | 4.96 | 1.06 | - |
| YUV | 56.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 10 | 0.28 | 0 | 0.86 | 0.73 | 79.32 | 0.75 | 0.15 |
| Hex | 32 | 45 | A | 1C | 0 | 56 | 49 | 4F | 4B | F |
| Octal | 62 | 105 | 12 | 34 | 0 | 126 | 111 | 117 | 113 | 17 |
| Binary | 110010 | 1000101 | 1010 | 11100 | 0 | 1010110 | 1001001 | 1001111 | 1001011 | 1111 |
Color Harmonies of #32450A
Complementary color
Monochromatic Colors of #32450A
Black with #32450A
Text Example
Text Example
White with #32450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32450A; }
p { color: rgb(50,69,10); }
H1.HeaderClassName
{
color: #32450A;
}
.AnyTagClassName
{
color: #32450A;
}
</style>
background-color css
<style>
a { background-color: #32450A; }
a { background-color: rgb(50,69,10); }
div.DivClassName
{
background-color: #32450A;
}
.BgClassName
{
background-color: #32450A;
}
</style>
border-color css
<style>
span { border-color: #32450A; }
span { border-color: rgb(50,69,10); }
td.TdClassName
{
border-color: #32450A;
}
.TagClassName
{
border-color: #32450A;
}
</style>