Shades of Turtle Green #334019
Tints of Turtle Green #334019
RGB
CMYK
RGB Variations
Color information
#334019 (or 0x334019) is known color: Turtle Green. HEX triplet: 33, 40 and 19. RGB value is (51,64,25). Sum of RGB (Red+Green+Blue) = 51+64+25=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #334019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334019 is #CCBFE6. Grayscale: #373737. Windows color (decimal): -13418471 or 1654835. OLE color: 1654835.
HSL color Cylindrical-coordinate representation of color #334019: hue angle of 80º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334019 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 25 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.75 |
| HSL | 80º | 0.44% | 0.17% | - |
| HSV(B) | 80º | 0.61% | 0.25% | - |
| XYZ | 3.37 | 4.44 | 1.6 | - |
| YUV | 55.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 25 | 0.20 | 0 | 0.61 | 0.75 | 80 | 0.44 | 0.17 |
| Hex | 33 | 40 | 19 | 14 | 0 | 3D | 4B | 50 | 2C | 11 |
| Octal | 63 | 100 | 31 | 24 | 0 | 75 | 113 | 120 | 54 | 21 |
| Binary | 110011 | 1000000 | 11001 | 10100 | 0 | 111101 | 1001011 | 1010000 | 101100 | 10001 |
Color Harmonies of #334019
Complementary color
Monochromatic Colors of #334019
Black with #334019
Text Example
Text Example
White with #334019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334019; }
p { color: rgb(51,64,25); }
H1.HeaderClassName
{
color: #334019;
}
.AnyTagClassName
{
color: #334019;
}
</style>
background-color css
<style>
a { background-color: #334019; }
a { background-color: rgb(51,64,25); }
div.DivClassName
{
background-color: #334019;
}
.BgClassName
{
background-color: #334019;
}
</style>
border-color css
<style>
span { border-color: #334019; }
span { border-color: rgb(51,64,25); }
td.TdClassName
{
border-color: #334019;
}
.TagClassName
{
border-color: #334019;
}
</style>