Shades of Turtle Green #324B07
Tints of Turtle Green #324B07
RGB
CMYK
RGB Variations
Color information
#324B07 (or 0x324B07) is known color: Turtle Green. HEX triplet: 32, 4B and 07. RGB value is (50,75,7). Sum of RGB (Red+Green+Blue) = 50+75+7=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #324B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B07 is #CDB4F8. Grayscale: #3C3C3C. Windows color (decimal): -13481209 or 478002. OLE color: 478002.
HSL color Cylindrical-coordinate representation of color #324B07: hue angle of 82.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #324B07 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 7 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.71 |
| HSL | 82.06º | 0.83% | 0.16% | - |
| HSV(B) | 82.06º | 0.91% | 0.29% | - |
| XYZ | 3.87 | 5.73 | 1.1 | - |
| YUV | 59.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 7 | 0.33 | 0 | 0.91 | 0.71 | 82.06 | 0.83 | 0.16 |
| Hex | 32 | 4B | 7 | 21 | 0 | 5B | 47 | 52 | 53 | 10 |
| Octal | 62 | 113 | 7 | 41 | 0 | 133 | 107 | 122 | 123 | 20 |
| Binary | 110010 | 1001011 | 111 | 100001 | 0 | 1011011 | 1000111 | 1010010 | 1010011 | 10000 |
Color Harmonies of #324B07
Complementary color
Monochromatic Colors of #324B07
Black with #324B07
Text Example
Text Example
White with #324B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B07; }
p { color: rgb(50,75,7); }
H1.HeaderClassName
{
color: #324B07;
}
.AnyTagClassName
{
color: #324B07;
}
</style>
background-color css
<style>
a { background-color: #324B07; }
a { background-color: rgb(50,75,7); }
div.DivClassName
{
background-color: #324B07;
}
.BgClassName
{
background-color: #324B07;
}
</style>
border-color css
<style>
span { border-color: #324B07; }
span { border-color: rgb(50,75,7); }
td.TdClassName
{
border-color: #324B07;
}
.TagClassName
{
border-color: #324B07;
}
</style>