Shades of Turtle Green #344108
Tints of Turtle Green #344108
RGB
CMYK
RGB Variations
Color information
#344108 (or 0x344108) is known color: Turtle Green. HEX triplet: 34, 41 and 08. RGB value is (52,65,8). Sum of RGB (Red+Green+Blue) = 52+65+8=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #344108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344108 is #CBBEF7. Grayscale: #363636. Windows color (decimal): -13352696 or 540980. OLE color: 540980.
HSL color Cylindrical-coordinate representation of color #344108: hue angle of 73.68º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #344108 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 8 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.75 |
| HSL | 73.68º | 0.78% | 0.14% | - |
| HSV(B) | 73.68º | 0.88% | 0.25% | - |
| XYZ | 3.35 | 4.53 | 0.93 | - |
| YUV | 54.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 8 | 0.20 | 0 | 0.88 | 0.75 | 73.68 | 0.78 | 0.14 |
| Hex | 34 | 41 | 8 | 14 | 0 | 58 | 4B | 4A | 4E | E |
| Octal | 64 | 101 | 10 | 24 | 0 | 130 | 113 | 112 | 116 | 16 |
| Binary | 110100 | 1000001 | 1000 | 10100 | 0 | 1011000 | 1001011 | 1001010 | 1001110 | 1110 |
Color Harmonies of #344108
Complementary color
Monochromatic Colors of #344108
Black with #344108
Text Example
Text Example
White with #344108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344108; }
p { color: rgb(52,65,8); }
H1.HeaderClassName
{
color: #344108;
}
.AnyTagClassName
{
color: #344108;
}
</style>
background-color css
<style>
a { background-color: #344108; }
a { background-color: rgb(52,65,8); }
div.DivClassName
{
background-color: #344108;
}
.BgClassName
{
background-color: #344108;
}
</style>
border-color css
<style>
span { border-color: #344108; }
span { border-color: rgb(52,65,8); }
td.TdClassName
{
border-color: #344108;
}
.TagClassName
{
border-color: #344108;
}
</style>