Shades of Turtle Green #34460B
Tints of Turtle Green #34460B
RGB
CMYK
RGB Variations
Color information
#34460B (or 0x34460B) is known color: Turtle Green. HEX triplet: 34, 46 and 0B. RGB value is (52,70,11). Sum of RGB (Red+Green+Blue) = 52+70+11=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #34460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34460B is #CBB9F4. Grayscale: #3A3A3A. Windows color (decimal): -13351413 or 738868. OLE color: 738868.
HSL color Cylindrical-coordinate representation of color #34460B: hue angle of 78.31º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34460B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 11 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.73 |
| HSL | 78.31º | 0.73% | 0.16% | - |
| HSV(B) | 78.31º | 0.84% | 0.27% | - |
| XYZ | 3.67 | 5.13 | 1.11 | - |
| YUV | 57.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 11 | 0.26 | 0 | 0.84 | 0.73 | 78.31 | 0.73 | 0.16 |
| Hex | 34 | 46 | B | 1A | 0 | 54 | 49 | 4E | 49 | 10 |
| Octal | 64 | 106 | 13 | 32 | 0 | 124 | 111 | 116 | 111 | 20 |
| Binary | 110100 | 1000110 | 1011 | 11010 | 0 | 1010100 | 1001001 | 1001110 | 1001001 | 10000 |
Color Harmonies of #34460B
Complementary color
Monochromatic Colors of #34460B
Black with #34460B
Text Example
Text Example
White with #34460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34460B; }
p { color: rgb(52,70,11); }
H1.HeaderClassName
{
color: #34460B;
}
.AnyTagClassName
{
color: #34460B;
}
</style>
background-color css
<style>
a { background-color: #34460B; }
a { background-color: rgb(52,70,11); }
div.DivClassName
{
background-color: #34460B;
}
.BgClassName
{
background-color: #34460B;
}
</style>
border-color css
<style>
span { border-color: #34460B; }
span { border-color: rgb(52,70,11); }
td.TdClassName
{
border-color: #34460B;
}
.TagClassName
{
border-color: #34460B;
}
</style>