Shades of Turtle Green #324506
Tints of Turtle Green #324506
RGB
CMYK
RGB Variations
Color information
#324506 (or 0x324506) is known color: Turtle Green. HEX triplet: 32, 45 and 06. RGB value is (50,69,6). Sum of RGB (Red+Green+Blue) = 50+69+6=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #324506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324506 is #CDBAF9. Grayscale: #383838. Windows color (decimal): -13482746 or 410930. OLE color: 410930.
HSL color Cylindrical-coordinate representation of color #324506: hue angle of 78.1º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #324506 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 6 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.73 |
| HSL | 78.1º | 0.84% | 0.15% | - |
| HSV(B) | 78.1º | 0.91% | 0.27% | - |
| XYZ | 3.48 | 4.95 | 0.94 | - |
| YUV | 56.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 6 | 0.28 | 0 | 0.91 | 0.73 | 78.1 | 0.84 | 0.15 |
| Hex | 32 | 45 | 6 | 1C | 0 | 5B | 49 | 4E | 54 | F |
| Octal | 62 | 105 | 6 | 34 | 0 | 133 | 111 | 116 | 124 | 17 |
| Binary | 110010 | 1000101 | 110 | 11100 | 0 | 1011011 | 1001001 | 1001110 | 1010100 | 1111 |
Color Harmonies of #324506
Complementary color
Monochromatic Colors of #324506
Black with #324506
Text Example
Text Example
White with #324506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324506; }
p { color: rgb(50,69,6); }
H1.HeaderClassName
{
color: #324506;
}
.AnyTagClassName
{
color: #324506;
}
</style>
background-color css
<style>
a { background-color: #324506; }
a { background-color: rgb(50,69,6); }
div.DivClassName
{
background-color: #324506;
}
.BgClassName
{
background-color: #324506;
}
</style>
border-color css
<style>
span { border-color: #324506; }
span { border-color: rgb(50,69,6); }
td.TdClassName
{
border-color: #324506;
}
.TagClassName
{
border-color: #324506;
}
</style>