Shades of Turtle Green #344105
Tints of Turtle Green #344105
RGB
CMYK
RGB Variations
Color information
#344105 (or 0x344105) is known color: Turtle Green. HEX triplet: 34, 41 and 05. RGB value is (52,65,5). Sum of RGB (Red+Green+Blue) = 52+65+5=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #344105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344105 is #CBBEFA. Grayscale: #363636. Windows color (decimal): -13352699 or 344372. OLE color: 344372.
HSL color Cylindrical-coordinate representation of color #344105: hue angle of 73º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #344105 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 5 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.75 |
| HSL | 73º | 0.86% | 0.14% | - |
| HSV(B) | 73º | 0.92% | 0.25% | - |
| XYZ | 3.33 | 4.52 | 0.84 | - |
| YUV | 54.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 5 | 0.20 | 0 | 0.92 | 0.75 | 73 | 0.86 | 0.14 |
| Hex | 34 | 41 | 5 | 14 | 0 | 5C | 4B | 49 | 56 | E |
| Octal | 64 | 101 | 5 | 24 | 0 | 134 | 113 | 111 | 126 | 16 |
| Binary | 110100 | 1000001 | 101 | 10100 | 0 | 1011100 | 1001011 | 1001001 | 1010110 | 1110 |
Color Harmonies of #344105
Complementary color
Monochromatic Colors of #344105
Black with #344105
Text Example
Text Example
White with #344105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344105; }
p { color: rgb(52,65,5); }
H1.HeaderClassName
{
color: #344105;
}
.AnyTagClassName
{
color: #344105;
}
</style>
background-color css
<style>
a { background-color: #344105; }
a { background-color: rgb(52,65,5); }
div.DivClassName
{
background-color: #344105;
}
.BgClassName
{
background-color: #344105;
}
</style>
border-color css
<style>
span { border-color: #344105; }
span { border-color: rgb(52,65,5); }
td.TdClassName
{
border-color: #344105;
}
.TagClassName
{
border-color: #344105;
}
</style>