Shades of Turtle Green #334C10
Tints of Turtle Green #334C10
RGB
CMYK
RGB Variations
Color information
#334C10 (or 0x334C10) is known color: Turtle Green. HEX triplet: 33, 4C and 10. RGB value is (51,76,16). Sum of RGB (Red+Green+Blue) = 51+76+16=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #334C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C10 is #CCB3EF. Grayscale: #3D3D3D. Windows color (decimal): -13415408 or 1068083. OLE color: 1068083.
HSL color Cylindrical-coordinate representation of color #334C10: hue angle of 85º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334C10 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 16 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.70 |
| HSL | 85º | 0.65% | 0.18% | - |
| HSV(B) | 85º | 0.79% | 0.3% | - |
| XYZ | 4.04 | 5.91 | 1.42 | - |
| YUV | 61.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 16 | 0.33 | 0 | 0.79 | 0.70 | 85 | 0.65 | 0.18 |
| Hex | 33 | 4C | 10 | 21 | 0 | 4F | 46 | 55 | 41 | 12 |
| Octal | 63 | 114 | 20 | 41 | 0 | 117 | 106 | 125 | 101 | 22 |
| Binary | 110011 | 1001100 | 10000 | 100001 | 0 | 1001111 | 1000110 | 1010101 | 1000001 | 10010 |
Color Harmonies of #334C10
Complementary color
Monochromatic Colors of #334C10
Black with #334C10
Text Example
Text Example
White with #334C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C10; }
p { color: rgb(51,76,16); }
H1.HeaderClassName
{
color: #334C10;
}
.AnyTagClassName
{
color: #334C10;
}
</style>
background-color css
<style>
a { background-color: #334C10; }
a { background-color: rgb(51,76,16); }
div.DivClassName
{
background-color: #334C10;
}
.BgClassName
{
background-color: #334C10;
}
</style>
border-color css
<style>
span { border-color: #334C10; }
span { border-color: rgb(51,76,16); }
td.TdClassName
{
border-color: #334C10;
}
.TagClassName
{
border-color: #334C10;
}
</style>