Shades of Turtle Green #32350D
Tints of Turtle Green #32350D
RGB
CMYK
RGB Variations
Color information
#32350D (or 0x32350D) is known color: Turtle Green. HEX triplet: 32, 35 and 0D. RGB value is (50,53,13). Sum of RGB (Red+Green+Blue) = 50+53+13=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #32350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32350D is #CDCAF2. Grayscale: #2F2F2F. Windows color (decimal): -13486835 or 865586. OLE color: 865586.
HSL color Cylindrical-coordinate representation of color #32350D: hue angle of 64.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32350D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 13 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.79 |
| HSL | 64.5º | 0.61% | 0.13% | - |
| HSV(B) | 64.5º | 0.75% | 0.21% | - |
| XYZ | 2.66 | 3.25 | 0.87 | - |
| YUV | 47.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 13 | 0.06 | 0 | 0.75 | 0.79 | 64.5 | 0.61 | 0.13 |
| Hex | 32 | 35 | D | 6 | 0 | 4B | 4F | 40 | 3D | D |
| Octal | 62 | 65 | 15 | 6 | 0 | 113 | 117 | 100 | 75 | 15 |
| Binary | 110010 | 110101 | 1101 | 110 | 0 | 1001011 | 1001111 | 1000000 | 111101 | 1101 |
Color Harmonies of #32350D
Complementary color
Monochromatic Colors of #32350D
Black with #32350D
Text Example
Text Example
White with #32350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32350D; }
p { color: rgb(50,53,13); }
H1.HeaderClassName
{
color: #32350D;
}
.AnyTagClassName
{
color: #32350D;
}
</style>
background-color css
<style>
a { background-color: #32350D; }
a { background-color: rgb(50,53,13); }
div.DivClassName
{
background-color: #32350D;
}
.BgClassName
{
background-color: #32350D;
}
</style>
border-color css
<style>
span { border-color: #32350D; }
span { border-color: rgb(50,53,13); }
td.TdClassName
{
border-color: #32350D;
}
.TagClassName
{
border-color: #32350D;
}
</style>