Shades of Turtle Green #334119
Tints of Turtle Green #334119
RGB
CMYK
RGB Variations
Color information
#334119 (or 0x334119) is known color: Turtle Green. HEX triplet: 33, 41 and 19. RGB value is (51,65,25). Sum of RGB (Red+Green+Blue) = 51+65+25=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #334119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334119 is #CCBEE6. Grayscale: #383838. Windows color (decimal): -13418215 or 1655091. OLE color: 1655091.
HSL color Cylindrical-coordinate representation of color #334119: hue angle of 81º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #334119 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 25 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.75 |
| HSL | 81º | 0.44% | 0.18% | - |
| HSV(B) | 81º | 0.62% | 0.25% | - |
| XYZ | 3.43 | 4.55 | 1.62 | - |
| YUV | 56.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 25 | 0.22 | 0 | 0.62 | 0.75 | 81 | 0.44 | 0.18 |
| Hex | 33 | 41 | 19 | 16 | 0 | 3E | 4B | 51 | 2C | 12 |
| Octal | 63 | 101 | 31 | 26 | 0 | 76 | 113 | 121 | 54 | 22 |
| Binary | 110011 | 1000001 | 11001 | 10110 | 0 | 111110 | 1001011 | 1010001 | 101100 | 10010 |
Color Harmonies of #334119
Complementary color
Monochromatic Colors of #334119
Black with #334119
Text Example
Text Example
White with #334119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334119; }
p { color: rgb(51,65,25); }
H1.HeaderClassName
{
color: #334119;
}
.AnyTagClassName
{
color: #334119;
}
</style>
background-color css
<style>
a { background-color: #334119; }
a { background-color: rgb(51,65,25); }
div.DivClassName
{
background-color: #334119;
}
.BgClassName
{
background-color: #334119;
}
</style>
border-color css
<style>
span { border-color: #334119; }
span { border-color: rgb(51,65,25); }
td.TdClassName
{
border-color: #334119;
}
.TagClassName
{
border-color: #334119;
}
</style>