Shades of Turtle Green #34380E
Tints of Turtle Green #34380E
RGB
CMYK
RGB Variations
Color information
#34380E (or 0x34380E) is known color: Turtle Green. HEX triplet: 34, 38 and 0E. RGB value is (52,56,14). Sum of RGB (Red+Green+Blue) = 52+56+14=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #34380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34380E is #CBC7F1. Grayscale: #323232. Windows color (decimal): -13354994 or 931892. OLE color: 931892.
HSL color Cylindrical-coordinate representation of color #34380E: hue angle of 65.71º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34380E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 14 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.78 |
| HSL | 65.71º | 0.6% | 0.14% | - |
| HSV(B) | 65.71º | 0.75% | 0.22% | - |
| XYZ | 2.91 | 3.59 | 0.96 | - |
| YUV | 50.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 14 | 0.07 | 0 | 0.75 | 0.78 | 65.71 | 0.6 | 0.14 |
| Hex | 34 | 38 | E | 7 | 0 | 4B | 4E | 42 | 3C | E |
| Octal | 64 | 70 | 16 | 7 | 0 | 113 | 116 | 102 | 74 | 16 |
| Binary | 110100 | 111000 | 1110 | 111 | 0 | 1001011 | 1001110 | 1000010 | 111100 | 1110 |
Color Harmonies of #34380E
Complementary color
Monochromatic Colors of #34380E
Black with #34380E
Text Example
Text Example
White with #34380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34380E; }
p { color: rgb(52,56,14); }
H1.HeaderClassName
{
color: #34380E;
}
.AnyTagClassName
{
color: #34380E;
}
</style>
background-color css
<style>
a { background-color: #34380E; }
a { background-color: rgb(52,56,14); }
div.DivClassName
{
background-color: #34380E;
}
.BgClassName
{
background-color: #34380E;
}
</style>
border-color css
<style>
span { border-color: #34380E; }
span { border-color: rgb(52,56,14); }
td.TdClassName
{
border-color: #34380E;
}
.TagClassName
{
border-color: #34380E;
}
</style>