Shades of Turtle Green #324B05
Tints of Turtle Green #324B05
RGB
CMYK
RGB Variations
Color information
#324B05 (or 0x324B05) is known color: Turtle Green. HEX triplet: 32, 4B and 05. RGB value is (50,75,5). Sum of RGB (Red+Green+Blue) = 50+75+5=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #324B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B05 is #CDB4FA. Grayscale: #3B3B3B. Windows color (decimal): -13481211 or 346930. OLE color: 346930.
HSL color Cylindrical-coordinate representation of color #324B05: hue angle of 81.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #324B05 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
RGB | 50 | 75 | 5 | - |
CMYK | 0.33 | 0 | 0.93 | 0.71 |
HSL | 81.43º | 0.88% | 0.16% | - |
HSV(B) | 81.43º | 0.93% | 0.29% | - |
XYZ | 3.86 | 5.72 | 1.04 | - |
YUV | 59.55 | 97.22 | 121.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 75 | 5 | 0.33 | 0 | 0.93 | 0.71 | 81.43 | 0.88 | 0.16 |
Hex | 32 | 4B | 5 | 21 | 0 | 5D | 47 | 51 | 58 | 10 |
Octal | 62 | 113 | 5 | 41 | 0 | 135 | 107 | 121 | 130 | 20 |
Binary | 110010 | 1001011 | 101 | 100001 | 0 | 1011101 | 1000111 | 1010001 | 1011000 | 10000 |
Color Harmonies of #324B05
Complementary color
Monochromatic Colors of #324B05
Black with #324B05
Text Example
Text Example
White with #324B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B05; }
p { color: rgb(50,75,5); }
H1.HeaderClassName
{
color: #324B05;
}
.AnyTagClassName
{
color: #324B05;
}
</style>
background-color css
<style>
a { background-color: #324B05; }
a { background-color: rgb(50,75,5); }
div.DivClassName
{
background-color: #324B05;
}
.BgClassName
{
background-color: #324B05;
}
</style>
border-color css
<style>
span { border-color: #324B05; }
span { border-color: rgb(50,75,5); }
td.TdClassName
{
border-color: #324B05;
}
.TagClassName
{
border-color: #324B05;
}
</style>