Shades of Turtle Green #324C03
Tints of Turtle Green #324C03
RGB
CMYK
RGB Variations
Color information
#324C03 (or 0x324C03) is known color: Turtle Green. HEX triplet: 32, 4C and 03. RGB value is (50,76,3). Sum of RGB (Red+Green+Blue) = 50+76+3=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #324C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C03 is #CDB3FC. Grayscale: #3C3C3C. Windows color (decimal): -13480957 or 216114. OLE color: 216114.
HSL color Cylindrical-coordinate representation of color #324C03: hue angle of 81.37º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #324C03 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 3 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.70 |
| HSL | 81.37º | 0.92% | 0.15% | - |
| HSV(B) | 81.37º | 0.96% | 0.3% | - |
| XYZ | 3.92 | 5.85 | 1.01 | - |
| YUV | 59.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 3 | 0.34 | 0 | 0.96 | 0.70 | 81.37 | 0.92 | 0.15 |
| Hex | 32 | 4C | 3 | 22 | 0 | 60 | 46 | 51 | 5C | F |
| Octal | 62 | 114 | 3 | 42 | 0 | 140 | 106 | 121 | 134 | 17 |
| Binary | 110010 | 1001100 | 11 | 100010 | 0 | 1100000 | 1000110 | 1010001 | 1011100 | 1111 |
Color Harmonies of #324C03
Complementary color
Monochromatic Colors of #324C03
Black with #324C03
Text Example
Text Example
White with #324C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C03; }
p { color: rgb(50,76,3); }
H1.HeaderClassName
{
color: #324C03;
}
.AnyTagClassName
{
color: #324C03;
}
</style>
background-color css
<style>
a { background-color: #324C03; }
a { background-color: rgb(50,76,3); }
div.DivClassName
{
background-color: #324C03;
}
.BgClassName
{
background-color: #324C03;
}
</style>
border-color css
<style>
span { border-color: #324C03; }
span { border-color: rgb(50,76,3); }
td.TdClassName
{
border-color: #324C03;
}
.TagClassName
{
border-color: #324C03;
}
</style>