Shades of Turtle Green #334116
Tints of Turtle Green #334116
RGB
CMYK
RGB Variations
Color information
#334116 (or 0x334116) is known color: Turtle Green. HEX triplet: 33, 41 and 16. RGB value is (51,65,22). Sum of RGB (Red+Green+Blue) = 51+65+22=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #334116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334116 is #CCBEE9. Grayscale: #383838. Windows color (decimal): -13418218 or 1458483. OLE color: 1458483.
HSL color Cylindrical-coordinate representation of color #334116: hue angle of 79.53º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334116 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 22 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.75 |
| HSL | 79.53º | 0.49% | 0.17% | - |
| HSV(B) | 79.53º | 0.66% | 0.25% | - |
| XYZ | 3.4 | 4.54 | 1.46 | - |
| YUV | 55.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 22 | 0.22 | 0 | 0.66 | 0.75 | 79.53 | 0.49 | 0.17 |
| Hex | 33 | 41 | 16 | 16 | 0 | 42 | 4B | 50 | 31 | 11 |
| Octal | 63 | 101 | 26 | 26 | 0 | 102 | 113 | 120 | 61 | 21 |
| Binary | 110011 | 1000001 | 10110 | 10110 | 0 | 1000010 | 1001011 | 1010000 | 110001 | 10001 |
Color Harmonies of #334116
Complementary color
Monochromatic Colors of #334116
Black with #334116
Text Example
Text Example
White with #334116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334116; }
p { color: rgb(51,65,22); }
H1.HeaderClassName
{
color: #334116;
}
.AnyTagClassName
{
color: #334116;
}
</style>
background-color css
<style>
a { background-color: #334116; }
a { background-color: rgb(51,65,22); }
div.DivClassName
{
background-color: #334116;
}
.BgClassName
{
background-color: #334116;
}
</style>
border-color css
<style>
span { border-color: #334116; }
span { border-color: rgb(51,65,22); }
td.TdClassName
{
border-color: #334116;
}
.TagClassName
{
border-color: #334116;
}
</style>