Shades of Turtle Green #34381E
Tints of Turtle Green #34381E
RGB
CMYK
RGB Variations
Color information
#34381E (or 0x34381E) is known color: Turtle Green. HEX triplet: 34, 38 and 1E. RGB value is (52,56,30). Sum of RGB (Red+Green+Blue) = 52+56+30=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #34381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34381E is #CBC7E1. Grayscale: #333333. Windows color (decimal): -13354978 or 1980468. OLE color: 1980468.
HSL color Cylindrical-coordinate representation of color #34381E: hue angle of 69.23º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34381E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 30 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.78 |
| HSL | 69.23º | 0.3% | 0.17% | - |
| HSV(B) | 69.23º | 0.46% | 0.22% | - |
| XYZ | 3.06 | 3.65 | 1.77 | - |
| YUV | 51.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 30 | 0.07 | 0 | 0.46 | 0.78 | 69.23 | 0.3 | 0.17 |
| Hex | 34 | 38 | 1E | 7 | 0 | 2E | 4E | 45 | 1E | 11 |
| Octal | 64 | 70 | 36 | 7 | 0 | 56 | 116 | 105 | 36 | 21 |
| Binary | 110100 | 111000 | 11110 | 111 | 0 | 101110 | 1001110 | 1000101 | 11110 | 10001 |
Color Harmonies of #34381E
Complementary color
Monochromatic Colors of #34381E
Black with #34381E
Text Example
Text Example
White with #34381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34381E; }
p { color: rgb(52,56,30); }
H1.HeaderClassName
{
color: #34381E;
}
.AnyTagClassName
{
color: #34381E;
}
</style>
background-color css
<style>
a { background-color: #34381E; }
a { background-color: rgb(52,56,30); }
div.DivClassName
{
background-color: #34381E;
}
.BgClassName
{
background-color: #34381E;
}
</style>
border-color css
<style>
span { border-color: #34381E; }
span { border-color: rgb(52,56,30); }
td.TdClassName
{
border-color: #34381E;
}
.TagClassName
{
border-color: #34381E;
}
</style>