Shades of Turtle Green #34400F
Tints of Turtle Green #34400F
RGB
CMYK
RGB Variations
Color information
#34400F (or 0x34400F) is known color: Turtle Green. HEX triplet: 34, 40 and 0F. RGB value is (52,64,15). Sum of RGB (Red+Green+Blue) = 52+64+15=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #34400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34400F is #CBBFF0. Grayscale: #373737. Windows color (decimal): -13352945 or 999476. OLE color: 999476.
HSL color Cylindrical-coordinate representation of color #34400F: hue angle of 74.69º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34400F is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 64 | 15 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.75 |
| HSL | 74.69º | 0.62% | 0.15% | - |
| HSV(B) | 74.69º | 0.77% | 0.25% | - |
| XYZ | 3.34 | 4.43 | 1.13 | - |
| YUV | 54.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 15 | 0.19 | 0 | 0.77 | 0.75 | 74.69 | 0.62 | 0.15 |
| Hex | 34 | 40 | F | 13 | 0 | 4D | 4B | 4B | 3E | F |
| Octal | 64 | 100 | 17 | 23 | 0 | 115 | 113 | 113 | 76 | 17 |
| Binary | 110100 | 1000000 | 1111 | 10011 | 0 | 1001101 | 1001011 | 1001011 | 111110 | 1111 |
Color Harmonies of #34400F
Complementary color
Monochromatic Colors of #34400F
Black with #34400F
Text Example
Text Example
White with #34400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34400F; }
p { color: rgb(52,64,15); }
H1.HeaderClassName
{
color: #34400F;
}
.AnyTagClassName
{
color: #34400F;
}
</style>
background-color css
<style>
a { background-color: #34400F; }
a { background-color: rgb(52,64,15); }
div.DivClassName
{
background-color: #34400F;
}
.BgClassName
{
background-color: #34400F;
}
</style>
border-color css
<style>
span { border-color: #34400F; }
span { border-color: rgb(52,64,15); }
td.TdClassName
{
border-color: #34400F;
}
.TagClassName
{
border-color: #34400F;
}
</style>