Shades of Turtle Green #324319
Tints of Turtle Green #324319
RGB
CMYK
RGB Variations
Color information
#324319 (or 0x324319) is known color: Turtle Green. HEX triplet: 32, 43 and 19. RGB value is (50,67,25). Sum of RGB (Red+Green+Blue) = 50+67+25=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #324319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324319 is #CDBCE6. Grayscale: #393939. Windows color (decimal): -13483239 or 1655602. OLE color: 1655602.
HSL color Cylindrical-coordinate representation of color #324319: hue angle of 84.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324319 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 25 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.74 |
| HSL | 84.29º | 0.46% | 0.18% | - |
| HSV(B) | 84.29º | 0.63% | 0.26% | - |
| XYZ | 3.5 | 4.76 | 1.65 | - |
| YUV | 57.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 25 | 0.25 | 0 | 0.63 | 0.74 | 84.29 | 0.46 | 0.18 |
| Hex | 32 | 43 | 19 | 19 | 0 | 3F | 4A | 54 | 2E | 12 |
| Octal | 62 | 103 | 31 | 31 | 0 | 77 | 112 | 124 | 56 | 22 |
| Binary | 110010 | 1000011 | 11001 | 11001 | 0 | 111111 | 1001010 | 1010100 | 101110 | 10010 |
Color Harmonies of #324319
Complementary color
Monochromatic Colors of #324319
Black with #324319
Text Example
Text Example
White with #324319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324319; }
p { color: rgb(50,67,25); }
H1.HeaderClassName
{
color: #324319;
}
.AnyTagClassName
{
color: #324319;
}
</style>
background-color css
<style>
a { background-color: #324319; }
a { background-color: rgb(50,67,25); }
div.DivClassName
{
background-color: #324319;
}
.BgClassName
{
background-color: #324319;
}
</style>
border-color css
<style>
span { border-color: #324319; }
span { border-color: rgb(50,67,25); }
td.TdClassName
{
border-color: #324319;
}
.TagClassName
{
border-color: #324319;
}
</style>