Shades of Turtle Green #334109
Tints of Turtle Green #334109
RGB
CMYK
RGB Variations
Color information
#334109 (or 0x334109) is known color: Turtle Green. HEX triplet: 33, 41 and 09. RGB value is (51,65,9). Sum of RGB (Red+Green+Blue) = 51+65+9=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #334109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334109 is #CCBEF6. Grayscale: #363636. Windows color (decimal): -13418231 or 606515. OLE color: 606515.
HSL color Cylindrical-coordinate representation of color #334109: hue angle of 75º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #334109 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 9 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.75 |
| HSL | 75º | 0.76% | 0.15% | - |
| HSV(B) | 75º | 0.86% | 0.25% | - |
| XYZ | 3.3 | 4.5 | 0.95 | - |
| YUV | 54.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 9 | 0.22 | 0 | 0.86 | 0.75 | 75 | 0.76 | 0.15 |
| Hex | 33 | 41 | 9 | 16 | 0 | 56 | 4B | 4B | 4C | F |
| Octal | 63 | 101 | 11 | 26 | 0 | 126 | 113 | 113 | 114 | 17 |
| Binary | 110011 | 1000001 | 1001 | 10110 | 0 | 1010110 | 1001011 | 1001011 | 1001100 | 1111 |
Color Harmonies of #334109
Complementary color
Monochromatic Colors of #334109
Black with #334109
Text Example
Text Example
White with #334109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334109; }
p { color: rgb(51,65,9); }
H1.HeaderClassName
{
color: #334109;
}
.AnyTagClassName
{
color: #334109;
}
</style>
background-color css
<style>
a { background-color: #334109; }
a { background-color: rgb(51,65,9); }
div.DivClassName
{
background-color: #334109;
}
.BgClassName
{
background-color: #334109;
}
</style>
border-color css
<style>
span { border-color: #334109; }
span { border-color: rgb(51,65,9); }
td.TdClassName
{
border-color: #334109;
}
.TagClassName
{
border-color: #334109;
}
</style>