Shades of Turtle Green #34411A
Tints of Turtle Green #34411A
RGB
CMYK
RGB Variations
Color information
#34411A (or 0x34411A) is known color: Turtle Green. HEX triplet: 34, 41 and 1A. RGB value is (52,65,26). Sum of RGB (Red+Green+Blue) = 52+65+26=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #34411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34411A is #CBBEE5. Grayscale: #383838. Windows color (decimal): -13352678 or 1720628. OLE color: 1720628.
HSL color Cylindrical-coordinate representation of color #34411A: hue angle of 80º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34411A is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 26 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.75 |
| HSL | 80º | 0.43% | 0.18% | - |
| HSV(B) | 80º | 0.6% | 0.25% | - |
| XYZ | 3.49 | 4.59 | 1.68 | - |
| YUV | 56.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 26 | 0.20 | 0 | 0.60 | 0.75 | 80 | 0.43 | 0.18 |
| Hex | 34 | 41 | 1A | 14 | 0 | 3C | 4B | 50 | 2B | 12 |
| Octal | 64 | 101 | 32 | 24 | 0 | 74 | 113 | 120 | 53 | 22 |
| Binary | 110100 | 1000001 | 11010 | 10100 | 0 | 111100 | 1001011 | 1010000 | 101011 | 10010 |
Color Harmonies of #34411A
Complementary color
Monochromatic Colors of #34411A
Black with #34411A
Text Example
Text Example
White with #34411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34411A; }
p { color: rgb(52,65,26); }
H1.HeaderClassName
{
color: #34411A;
}
.AnyTagClassName
{
color: #34411A;
}
</style>
background-color css
<style>
a { background-color: #34411A; }
a { background-color: rgb(52,65,26); }
div.DivClassName
{
background-color: #34411A;
}
.BgClassName
{
background-color: #34411A;
}
</style>
border-color css
<style>
span { border-color: #34411A; }
span { border-color: rgb(52,65,26); }
td.TdClassName
{
border-color: #34411A;
}
.TagClassName
{
border-color: #34411A;
}
</style>