Shades of Turtle Green #334205
Tints of Turtle Green #334205
RGB
CMYK
RGB Variations
Color information
#334205 (or 0x334205) is known color: Turtle Green. HEX triplet: 33, 42 and 05. RGB value is (51,66,5). Sum of RGB (Red+Green+Blue) = 51+66+5=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #334205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334205 is #CCBDFA. Grayscale: #363636. Windows color (decimal): -13417979 or 344627. OLE color: 344627.
HSL color Cylindrical-coordinate representation of color #334205: hue angle of 74.75º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #334205 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 5 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.74 |
| HSL | 74.75º | 0.86% | 0.14% | - |
| HSV(B) | 74.75º | 0.92% | 0.26% | - |
| XYZ | 3.34 | 4.61 | 0.86 | - |
| YUV | 54.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 5 | 0.23 | 0 | 0.92 | 0.74 | 74.75 | 0.86 | 0.14 |
| Hex | 33 | 42 | 5 | 17 | 0 | 5C | 4A | 4B | 56 | E |
| Octal | 63 | 102 | 5 | 27 | 0 | 134 | 112 | 113 | 126 | 16 |
| Binary | 110011 | 1000010 | 101 | 10111 | 0 | 1011100 | 1001010 | 1001011 | 1010110 | 1110 |
Color Harmonies of #334205
Complementary color
Monochromatic Colors of #334205
Black with #334205
Text Example
Text Example
White with #334205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334205; }
p { color: rgb(51,66,5); }
H1.HeaderClassName
{
color: #334205;
}
.AnyTagClassName
{
color: #334205;
}
</style>
background-color css
<style>
a { background-color: #334205; }
a { background-color: rgb(51,66,5); }
div.DivClassName
{
background-color: #334205;
}
.BgClassName
{
background-color: #334205;
}
</style>
border-color css
<style>
span { border-color: #334205; }
span { border-color: rgb(51,66,5); }
td.TdClassName
{
border-color: #334205;
}
.TagClassName
{
border-color: #334205;
}
</style>