Shades of Turtle Green #344017
Tints of Turtle Green #344017
RGB
CMYK
RGB Variations
Color information
#344017 (or 0x344017) is known color: Turtle Green. HEX triplet: 34, 40 and 17. RGB value is (52,64,23). Sum of RGB (Red+Green+Blue) = 52+64+23=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #344017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344017 is #CBBFE8. Grayscale: #373737. Windows color (decimal): -13352937 or 1523764. OLE color: 1523764.
HSL color Cylindrical-coordinate representation of color #344017: hue angle of 77.56º 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 #344017 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 23 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.75 |
| HSL | 77.56º | 0.47% | 0.17% | - |
| HSV(B) | 77.56º | 0.64% | 0.25% | - |
| XYZ | 3.4 | 4.46 | 1.49 | - |
| YUV | 55.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 23 | 0.19 | 0 | 0.64 | 0.75 | 77.56 | 0.47 | 0.17 |
| Hex | 34 | 40 | 17 | 13 | 0 | 40 | 4B | 4E | 2F | 11 |
| Octal | 64 | 100 | 27 | 23 | 0 | 100 | 113 | 116 | 57 | 21 |
| Binary | 110100 | 1000000 | 10111 | 10011 | 0 | 1000000 | 1001011 | 1001110 | 101111 | 10001 |
Color Harmonies of #344017
Complementary color
Monochromatic Colors of #344017
Black with #344017
Text Example
Text Example
White with #344017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344017; }
p { color: rgb(52,64,23); }
H1.HeaderClassName
{
color: #344017;
}
.AnyTagClassName
{
color: #344017;
}
</style>
background-color css
<style>
a { background-color: #344017; }
a { background-color: rgb(52,64,23); }
div.DivClassName
{
background-color: #344017;
}
.BgClassName
{
background-color: #344017;
}
</style>
border-color css
<style>
span { border-color: #344017; }
span { border-color: rgb(52,64,23); }
td.TdClassName
{
border-color: #344017;
}
.TagClassName
{
border-color: #344017;
}
</style>