Shades of Turtle Green #34370B
Tints of Turtle Green #34370B
RGB
CMYK
RGB Variations
Color information
#34370B (or 0x34370B) is known color: Turtle Green. HEX triplet: 34, 37 and 0B. RGB value is (52,55,11). Sum of RGB (Red+Green+Blue) = 52+55+11=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #34370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370B is #CBC8F4. Grayscale: #313131. Windows color (decimal): -13355253 or 735028. OLE color: 735028.
HSL color Cylindrical-coordinate representation of color #34370B: hue angle of 64.09º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34370B is Cyan = 0.05, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 55 | 11 | - |
| CMYK | 0.05 | 0 | 0.8 | 0.78 |
| HSL | 64.09º | 0.67% | 0.13% | - |
| HSV(B) | 64.09º | 0.8% | 0.22% | - |
| XYZ | 2.84 | 3.49 | 0.84 | - |
| YUV | 49.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 11 | 0.05 | 0 | 0.8 | 0.78 | 64.09 | 0.67 | 0.13 |
| Hex | 34 | 37 | B | 5 | 0 | 50 | 4E | 40 | 43 | D |
| Octal | 64 | 67 | 13 | 5 | 0 | 120 | 116 | 100 | 103 | 15 |
| Binary | 110100 | 110111 | 1011 | 101 | 0 | 1010000 | 1001110 | 1000000 | 1000011 | 1101 |
Color Harmonies of #34370B
Complementary color
Monochromatic Colors of #34370B
Black with #34370B
Text Example
Text Example
White with #34370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34370B; }
p { color: rgb(52,55,11); }
H1.HeaderClassName
{
color: #34370B;
}
.AnyTagClassName
{
color: #34370B;
}
</style>
background-color css
<style>
a { background-color: #34370B; }
a { background-color: rgb(52,55,11); }
div.DivClassName
{
background-color: #34370B;
}
.BgClassName
{
background-color: #34370B;
}
</style>
border-color css
<style>
span { border-color: #34370B; }
span { border-color: rgb(52,55,11); }
td.TdClassName
{
border-color: #34370B;
}
.TagClassName
{
border-color: #34370B;
}
</style>