Shades of Turtle Green #324301
Tints of Turtle Green #324301
RGB
CMYK
RGB Variations
Color information
#324301 (or 0x324301) is known color: Turtle Green. HEX triplet: 32, 43 and 01. RGB value is (50,67,1). Sum of RGB (Red+Green+Blue) = 50+67+1=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #324301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324301 is #CDBCFE. Grayscale: #363636. Windows color (decimal): -13483263 or 82738. OLE color: 82738.
HSL color Cylindrical-coordinate representation of color #324301: hue angle of 75.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #324301 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.74 |
| HSL | 75.45º | 0.97% | 0.13% | - |
| HSV(B) | 75.45º | 0.99% | 0.26% | - |
| XYZ | 3.33 | 4.69 | 0.76 | - |
| YUV | 54.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 1 | 0.25 | 0 | 0.99 | 0.74 | 75.45 | 0.97 | 0.13 |
| Hex | 32 | 43 | 1 | 19 | 0 | 63 | 4A | 4B | 61 | D |
| Octal | 62 | 103 | 1 | 31 | 0 | 143 | 112 | 113 | 141 | 15 |
| Binary | 110010 | 1000011 | 1 | 11001 | 0 | 1100011 | 1001010 | 1001011 | 1100001 | 1101 |
Color Harmonies of #324301
Complementary color
Monochromatic Colors of #324301
Black with #324301
Text Example
Text Example
White with #324301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324301; }
p { color: rgb(50,67,1); }
H1.HeaderClassName
{
color: #324301;
}
.AnyTagClassName
{
color: #324301;
}
</style>
background-color css
<style>
a { background-color: #324301; }
a { background-color: rgb(50,67,1); }
div.DivClassName
{
background-color: #324301;
}
.BgClassName
{
background-color: #324301;
}
</style>
border-color css
<style>
span { border-color: #324301; }
span { border-color: rgb(50,67,1); }
td.TdClassName
{
border-color: #324301;
}
.TagClassName
{
border-color: #324301;
}
</style>