Shades of Turtle Green #334017
Tints of Turtle Green #334017
RGB
CMYK
RGB Variations
Color information
#334017 (or 0x334017) is known color: Turtle Green. HEX triplet: 33, 40 and 17. RGB value is (51,64,23). Sum of RGB (Red+Green+Blue) = 51+64+23=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #334017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334017 is #CCBFE8. Grayscale: #373737. Windows color (decimal): -13418473 or 1523763. OLE color: 1523763.
HSL color Cylindrical-coordinate representation of color #334017: hue angle of 79.02º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334017 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 23 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.75 |
| HSL | 79.02º | 0.47% | 0.17% | - |
| HSV(B) | 79.02º | 0.64% | 0.25% | - |
| XYZ | 3.35 | 4.43 | 1.49 | - |
| YUV | 55.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 23 | 0.20 | 0 | 0.64 | 0.75 | 79.02 | 0.47 | 0.17 |
| Hex | 33 | 40 | 17 | 14 | 0 | 40 | 4B | 4F | 2F | 11 |
| Octal | 63 | 100 | 27 | 24 | 0 | 100 | 113 | 117 | 57 | 21 |
| Binary | 110011 | 1000000 | 10111 | 10100 | 0 | 1000000 | 1001011 | 1001111 | 101111 | 10001 |
Color Harmonies of #334017
Complementary color
Monochromatic Colors of #334017
Black with #334017
Text Example
Text Example
White with #334017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334017; }
p { color: rgb(51,64,23); }
H1.HeaderClassName
{
color: #334017;
}
.AnyTagClassName
{
color: #334017;
}
</style>
background-color css
<style>
a { background-color: #334017; }
a { background-color: rgb(51,64,23); }
div.DivClassName
{
background-color: #334017;
}
.BgClassName
{
background-color: #334017;
}
</style>
border-color css
<style>
span { border-color: #334017; }
span { border-color: rgb(51,64,23); }
td.TdClassName
{
border-color: #334017;
}
.TagClassName
{
border-color: #334017;
}
</style>