Shades of Turtle Green #334C04
Tints of Turtle Green #334C04
RGB
CMYK
RGB Variations
Color information
#334C04 (or 0x334C04) is known color: Turtle Green. HEX triplet: 33, 4C and 04. RGB value is (51,76,4). Sum of RGB (Red+Green+Blue) = 51+76+4=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #334C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C04 is #CCB3FB. Grayscale: #3C3C3C. Windows color (decimal): -13415420 or 281651. OLE color: 281651.
HSL color Cylindrical-coordinate representation of color #334C04: hue angle of 80.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #334C04 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 4 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.70 |
| HSL | 80.83º | 0.9% | 0.16% | - |
| HSV(B) | 80.83º | 0.95% | 0.3% | - |
| XYZ | 3.97 | 5.88 | 1.04 | - |
| YUV | 60.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 4 | 0.33 | 0 | 0.95 | 0.70 | 80.83 | 0.9 | 0.16 |
| Hex | 33 | 4C | 4 | 21 | 0 | 5F | 46 | 51 | 5A | 10 |
| Octal | 63 | 114 | 4 | 41 | 0 | 137 | 106 | 121 | 132 | 20 |
| Binary | 110011 | 1001100 | 100 | 100001 | 0 | 1011111 | 1000110 | 1010001 | 1011010 | 10000 |
Color Harmonies of #334C04
Complementary color
Monochromatic Colors of #334C04
Black with #334C04
Text Example
Text Example
White with #334C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C04; }
p { color: rgb(51,76,4); }
H1.HeaderClassName
{
color: #334C04;
}
.AnyTagClassName
{
color: #334C04;
}
</style>
background-color css
<style>
a { background-color: #334C04; }
a { background-color: rgb(51,76,4); }
div.DivClassName
{
background-color: #334C04;
}
.BgClassName
{
background-color: #334C04;
}
</style>
border-color css
<style>
span { border-color: #334C04; }
span { border-color: rgb(51,76,4); }
td.TdClassName
{
border-color: #334C04;
}
.TagClassName
{
border-color: #334C04;
}
</style>