Shades of Turtle Green #34370D
Tints of Turtle Green #34370D
RGB
CMYK
RGB Variations
Color information
#34370D (or 0x34370D) is known color: Turtle Green. HEX triplet: 34, 37 and 0D. RGB value is (52,55,13). Sum of RGB (Red+Green+Blue) = 52+55+13=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #34370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370D is #CBC8F2. Grayscale: #313131. Windows color (decimal): -13355251 or 866100. OLE color: 866100.
HSL color Cylindrical-coordinate representation of color #34370D: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34370D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 55 | 13 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.78 |
| HSL | 64.29º | 0.62% | 0.13% | - |
| HSV(B) | 64.29º | 0.76% | 0.22% | - |
| XYZ | 2.86 | 3.49 | 0.9 | - |
| YUV | 49.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 13 | 0.05 | 0 | 0.76 | 0.78 | 64.29 | 0.62 | 0.13 |
| Hex | 34 | 37 | D | 5 | 0 | 4C | 4E | 40 | 3E | D |
| Octal | 64 | 67 | 15 | 5 | 0 | 114 | 116 | 100 | 76 | 15 |
| Binary | 110100 | 110111 | 1101 | 101 | 0 | 1001100 | 1001110 | 1000000 | 111110 | 1101 |
Color Harmonies of #34370D
Complementary color
Monochromatic Colors of #34370D
Black with #34370D
Text Example
Text Example
White with #34370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34370D; }
p { color: rgb(52,55,13); }
H1.HeaderClassName
{
color: #34370D;
}
.AnyTagClassName
{
color: #34370D;
}
</style>
background-color css
<style>
a { background-color: #34370D; }
a { background-color: rgb(52,55,13); }
div.DivClassName
{
background-color: #34370D;
}
.BgClassName
{
background-color: #34370D;
}
</style>
border-color css
<style>
span { border-color: #34370D; }
span { border-color: rgb(52,55,13); }
td.TdClassName
{
border-color: #34370D;
}
.TagClassName
{
border-color: #34370D;
}
</style>