Shades of Turtle Green #34370C
Tints of Turtle Green #34370C
RGB
CMYK
RGB Variations
Color information
#34370C (or 0x34370C) is known color: Turtle Green. HEX triplet: 34, 37 and 0C. RGB value is (52,55,12). Sum of RGB (Red+Green+Blue) = 52+55+12=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #34370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34370C is #CBC8F3. Grayscale: #313131. Windows color (decimal): -13355252 or 800564. OLE color: 800564.
HSL color Cylindrical-coordinate representation of color #34370C: hue angle of 64.19º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34370C is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 55 | 12 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.78 |
| HSL | 64.19º | 0.64% | 0.13% | - |
| HSV(B) | 64.19º | 0.78% | 0.22% | - |
| XYZ | 2.85 | 3.49 | 0.87 | - |
| YUV | 49.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 12 | 0.05 | 0 | 0.78 | 0.78 | 64.19 | 0.64 | 0.13 |
| Hex | 34 | 37 | C | 5 | 0 | 4E | 4E | 40 | 40 | D |
| Octal | 64 | 67 | 14 | 5 | 0 | 116 | 116 | 100 | 100 | 15 |
| Binary | 110100 | 110111 | 1100 | 101 | 0 | 1001110 | 1001110 | 1000000 | 1000000 | 1101 |
Color Harmonies of #34370C
Complementary color
Monochromatic Colors of #34370C
Black with #34370C
Text Example
Text Example
White with #34370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34370C; }
p { color: rgb(52,55,12); }
H1.HeaderClassName
{
color: #34370C;
}
.AnyTagClassName
{
color: #34370C;
}
</style>
background-color css
<style>
a { background-color: #34370C; }
a { background-color: rgb(52,55,12); }
div.DivClassName
{
background-color: #34370C;
}
.BgClassName
{
background-color: #34370C;
}
</style>
border-color css
<style>
span { border-color: #34370C; }
span { border-color: rgb(52,55,12); }
td.TdClassName
{
border-color: #34370C;
}
.TagClassName
{
border-color: #34370C;
}
</style>