Shades of Turtle Green #34411C
Tints of Turtle Green #34411C
RGB
CMYK
RGB Variations
Color information
#34411C (or 0x34411C) is known color: Turtle Green. HEX triplet: 34, 41 and 1C. RGB value is (52,65,28). Sum of RGB (Red+Green+Blue) = 52+65+28=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #34411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34411C is #CBBEE3. Grayscale: #393939. Windows color (decimal): -13352676 or 1851700. OLE color: 1851700.
HSL color Cylindrical-coordinate representation of color #34411C: hue angle of 81.08º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34411C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 28 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.75 |
| HSL | 81.08º | 0.4% | 0.18% | - |
| HSV(B) | 81.08º | 0.57% | 0.25% | - |
| XYZ | 3.52 | 4.59 | 1.8 | - |
| YUV | 56.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 28 | 0.20 | 0 | 0.57 | 0.75 | 81.08 | 0.4 | 0.18 |
| Hex | 34 | 41 | 1C | 14 | 0 | 39 | 4B | 51 | 28 | 12 |
| Octal | 64 | 101 | 34 | 24 | 0 | 71 | 113 | 121 | 50 | 22 |
| Binary | 110100 | 1000001 | 11100 | 10100 | 0 | 111001 | 1001011 | 1010001 | 101000 | 10010 |
Color Harmonies of #34411C
Complementary color
Monochromatic Colors of #34411C
Black with #34411C
Text Example
Text Example
White with #34411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34411C; }
p { color: rgb(52,65,28); }
H1.HeaderClassName
{
color: #34411C;
}
.AnyTagClassName
{
color: #34411C;
}
</style>
background-color css
<style>
a { background-color: #34411C; }
a { background-color: rgb(52,65,28); }
div.DivClassName
{
background-color: #34411C;
}
.BgClassName
{
background-color: #34411C;
}
</style>
border-color css
<style>
span { border-color: #34411C; }
span { border-color: rgb(52,65,28); }
td.TdClassName
{
border-color: #34411C;
}
.TagClassName
{
border-color: #34411C;
}
</style>