Shades of Turtle Green #324300
Tints of Turtle Green #324300
RGB
CMYK
RGB Variations
Color information
#324300 (or 0x324300) is known color: Turtle Green. HEX triplet: 32, 43 and 00. RGB value is (50,67,0). Sum of RGB (Red+Green+Blue) = 50+67+0=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #324300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324300 is #CDBCFF. Grayscale: #363636. Windows color (decimal): -13483264 or 17202. OLE color: 17202.
HSL color Cylindrical-coordinate representation of color #324300: hue angle of 75.22º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324300 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.74 |
| HSL | 75.22º | 1% | 0.13% | - |
| HSV(B) | 75.22º | 1% | 0.26% | - |
| XYZ | 3.32 | 4.69 | 0.73 | - |
| YUV | 54.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 0 | 0.25 | 0 | 1 | 0.74 | 75.22 | 1 | 0.13 |
| Hex | 32 | 43 | 0 | 19 | 0 | 64 | 4A | 4B | 64 | D |
| Octal | 62 | 103 | 0 | 31 | 0 | 144 | 112 | 113 | 144 | 15 |
| Binary | 110010 | 1000011 | 0 | 11001 | 0 | 1100100 | 1001010 | 1001011 | 1100100 | 1101 |
Color Harmonies of #324300
Complementary color
Monochromatic Colors of #324300
Black with #324300
Text Example
Text Example
White with #324300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324300; }
p { color: rgb(50,67,0); }
H1.HeaderClassName
{
color: #324300;
}
.AnyTagClassName
{
color: #324300;
}
</style>
background-color css
<style>
a { background-color: #324300; }
a { background-color: rgb(50,67,0); }
div.DivClassName
{
background-color: #324300;
}
.BgClassName
{
background-color: #324300;
}
</style>
border-color css
<style>
span { border-color: #324300; }
span { border-color: rgb(50,67,0); }
td.TdClassName
{
border-color: #324300;
}
.TagClassName
{
border-color: #324300;
}
</style>