Shades of Turtle Green #34420C
Tints of Turtle Green #34420C
RGB
CMYK
RGB Variations
Color information
#34420C (or 0x34420C) is known color: Turtle Green. HEX triplet: 34, 42 and 0C. RGB value is (52,66,12). Sum of RGB (Red+Green+Blue) = 52+66+12=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #34420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34420C is #CBBDF3. Grayscale: #373737. Windows color (decimal): -13352436 or 803380. OLE color: 803380.
HSL color Cylindrical-coordinate representation of color #34420C: hue angle of 75.56º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34420C is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 12 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.74 |
| HSL | 75.56º | 0.69% | 0.15% | - |
| HSV(B) | 75.56º | 0.82% | 0.26% | - |
| XYZ | 3.43 | 4.65 | 1.07 | - |
| YUV | 55.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 12 | 0.21 | 0 | 0.82 | 0.74 | 75.56 | 0.69 | 0.15 |
| Hex | 34 | 42 | C | 15 | 0 | 52 | 4A | 4C | 45 | F |
| Octal | 64 | 102 | 14 | 25 | 0 | 122 | 112 | 114 | 105 | 17 |
| Binary | 110100 | 1000010 | 1100 | 10101 | 0 | 1010010 | 1001010 | 1001100 | 1000101 | 1111 |
Color Harmonies of #34420C
Complementary color
Monochromatic Colors of #34420C
Black with #34420C
Text Example
Text Example
White with #34420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34420C; }
p { color: rgb(52,66,12); }
H1.HeaderClassName
{
color: #34420C;
}
.AnyTagClassName
{
color: #34420C;
}
</style>
background-color css
<style>
a { background-color: #34420C; }
a { background-color: rgb(52,66,12); }
div.DivClassName
{
background-color: #34420C;
}
.BgClassName
{
background-color: #34420C;
}
</style>
border-color css
<style>
span { border-color: #34420C; }
span { border-color: rgb(52,66,12); }
td.TdClassName
{
border-color: #34420C;
}
.TagClassName
{
border-color: #34420C;
}
</style>