Shades of Turtle Green #334C03
Tints of Turtle Green #334C03
RGB
CMYK
RGB Variations
Color information
#334C03 (or 0x334C03) is known color: Turtle Green. HEX triplet: 33, 4C and 03. RGB value is (51,76,3). Sum of RGB (Red+Green+Blue) = 51+76+3=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #334C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C03 is #CCB3FC. Grayscale: #3C3C3C. Windows color (decimal): -13415421 or 216115. OLE color: 216115.
HSL color Cylindrical-coordinate representation of color #334C03: hue angle of 80.55º 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 #334C03 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 3 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.70 |
| HSL | 80.55º | 0.92% | 0.15% | - |
| HSV(B) | 80.55º | 0.96% | 0.3% | - |
| XYZ | 3.97 | 5.88 | 1.01 | - |
| YUV | 60.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 3 | 0.33 | 0 | 0.96 | 0.70 | 80.55 | 0.92 | 0.15 |
| Hex | 33 | 4C | 3 | 21 | 0 | 60 | 46 | 51 | 5C | F |
| Octal | 63 | 114 | 3 | 41 | 0 | 140 | 106 | 121 | 134 | 17 |
| Binary | 110011 | 1001100 | 11 | 100001 | 0 | 1100000 | 1000110 | 1010001 | 1011100 | 1111 |
Color Harmonies of #334C03
Complementary color
Monochromatic Colors of #334C03
Black with #334C03
Text Example
Text Example
White with #334C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C03; }
p { color: rgb(51,76,3); }
H1.HeaderClassName
{
color: #334C03;
}
.AnyTagClassName
{
color: #334C03;
}
</style>
background-color css
<style>
a { background-color: #334C03; }
a { background-color: rgb(51,76,3); }
div.DivClassName
{
background-color: #334C03;
}
.BgClassName
{
background-color: #334C03;
}
</style>
border-color css
<style>
span { border-color: #334C03; }
span { border-color: rgb(51,76,3); }
td.TdClassName
{
border-color: #334C03;
}
.TagClassName
{
border-color: #334C03;
}
</style>