Shades of Turtle Green #34450B
Tints of Turtle Green #34450B
RGB
CMYK
RGB Variations
Color information
#34450B (or 0x34450B) is known color: Turtle Green. HEX triplet: 34, 45 and 0B. RGB value is (52,69,11). Sum of RGB (Red+Green+Blue) = 52+69+11=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #34450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34450B is #CBBAF4. Grayscale: #393939. Windows color (decimal): -13351669 or 738612. OLE color: 738612.
HSL color Cylindrical-coordinate representation of color #34450B: hue angle of 77.59º 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 #34450B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 11 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.73 |
| HSL | 77.59º | 0.73% | 0.16% | - |
| HSV(B) | 77.59º | 0.84% | 0.27% | - |
| XYZ | 3.6 | 5.01 | 1.09 | - |
| YUV | 57.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 11 | 0.25 | 0 | 0.84 | 0.73 | 77.59 | 0.73 | 0.16 |
| Hex | 34 | 45 | B | 19 | 0 | 54 | 49 | 4E | 48 | 10 |
| Octal | 64 | 105 | 13 | 31 | 0 | 124 | 111 | 116 | 110 | 20 |
| Binary | 110100 | 1000101 | 1011 | 11001 | 0 | 1010100 | 1001001 | 1001110 | 1001000 | 10000 |
Color Harmonies of #34450B
Complementary color
Monochromatic Colors of #34450B
Black with #34450B
Text Example
Text Example
White with #34450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34450B; }
p { color: rgb(52,69,11); }
H1.HeaderClassName
{
color: #34450B;
}
.AnyTagClassName
{
color: #34450B;
}
</style>
background-color css
<style>
a { background-color: #34450B; }
a { background-color: rgb(52,69,11); }
div.DivClassName
{
background-color: #34450B;
}
.BgClassName
{
background-color: #34450B;
}
</style>
border-color css
<style>
span { border-color: #34450B; }
span { border-color: rgb(52,69,11); }
td.TdClassName
{
border-color: #34450B;
}
.TagClassName
{
border-color: #34450B;
}
</style>