Shades of Turtle Green #324B06
Tints of Turtle Green #324B06
RGB
CMYK
RGB Variations
Color information
#324B06 (or 0x324B06) is known color: Turtle Green. HEX triplet: 32, 4B and 06. RGB value is (50,75,6). Sum of RGB (Red+Green+Blue) = 50+75+6=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #324B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B06 is #CDB4F9. Grayscale: #3B3B3B. Windows color (decimal): -13481210 or 412466. OLE color: 412466.
HSL color Cylindrical-coordinate representation of color #324B06: hue angle of 81.74º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #324B06 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 6 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.71 |
| HSL | 81.74º | 0.85% | 0.16% | - |
| HSV(B) | 81.74º | 0.92% | 0.29% | - |
| XYZ | 3.86 | 5.72 | 1.07 | - |
| YUV | 59.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 6 | 0.33 | 0 | 0.92 | 0.71 | 81.74 | 0.85 | 0.16 |
| Hex | 32 | 4B | 6 | 21 | 0 | 5C | 47 | 52 | 55 | 10 |
| Octal | 62 | 113 | 6 | 41 | 0 | 134 | 107 | 122 | 125 | 20 |
| Binary | 110010 | 1001011 | 110 | 100001 | 0 | 1011100 | 1000111 | 1010010 | 1010101 | 10000 |
Color Harmonies of #324B06
Complementary color
Monochromatic Colors of #324B06
Black with #324B06
Text Example
Text Example
White with #324B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B06; }
p { color: rgb(50,75,6); }
H1.HeaderClassName
{
color: #324B06;
}
.AnyTagClassName
{
color: #324B06;
}
</style>
background-color css
<style>
a { background-color: #324B06; }
a { background-color: rgb(50,75,6); }
div.DivClassName
{
background-color: #324B06;
}
.BgClassName
{
background-color: #324B06;
}
</style>
border-color css
<style>
span { border-color: #324B06; }
span { border-color: rgb(50,75,6); }
td.TdClassName
{
border-color: #324B06;
}
.TagClassName
{
border-color: #324B06;
}
</style>