Shades of Turtle Green #344205
Tints of Turtle Green #344205
RGB
CMYK
RGB Variations
Color information
#344205 (or 0x344205) is known color: Turtle Green. HEX triplet: 34, 42 and 05. RGB value is (52,66,5). Sum of RGB (Red+Green+Blue) = 52+66+5=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #344205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344205 is #CBBDFA. Grayscale: #373737. Windows color (decimal): -13352443 or 344628. OLE color: 344628.
HSL color Cylindrical-coordinate representation of color #344205: hue angle of 73.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #344205 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 5 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.74 |
| HSL | 73.77º | 0.86% | 0.14% | - |
| HSV(B) | 73.77º | 0.92% | 0.26% | - |
| XYZ | 3.39 | 4.64 | 0.86 | - |
| YUV | 54.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 5 | 0.21 | 0 | 0.92 | 0.74 | 73.77 | 0.86 | 0.14 |
| Hex | 34 | 42 | 5 | 15 | 0 | 5C | 4A | 4A | 56 | E |
| Octal | 64 | 102 | 5 | 25 | 0 | 134 | 112 | 112 | 126 | 16 |
| Binary | 110100 | 1000010 | 101 | 10101 | 0 | 1011100 | 1001010 | 1001010 | 1010110 | 1110 |
Color Harmonies of #344205
Complementary color
Monochromatic Colors of #344205
Black with #344205
Text Example
Text Example
White with #344205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344205; }
p { color: rgb(52,66,5); }
H1.HeaderClassName
{
color: #344205;
}
.AnyTagClassName
{
color: #344205;
}
</style>
background-color css
<style>
a { background-color: #344205; }
a { background-color: rgb(52,66,5); }
div.DivClassName
{
background-color: #344205;
}
.BgClassName
{
background-color: #344205;
}
</style>
border-color css
<style>
span { border-color: #344205; }
span { border-color: rgb(52,66,5); }
td.TdClassName
{
border-color: #344205;
}
.TagClassName
{
border-color: #344205;
}
</style>