Shades of Turtle Green #34360D
Tints of Turtle Green #34360D
RGB
CMYK
RGB Variations
Color information
#34360D (or 0x34360D) is known color: Turtle Green. HEX triplet: 34, 36 and 0D. RGB value is (52,54,13). Sum of RGB (Red+Green+Blue) = 52+54+13=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #34360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34360D is #CBC9F2. Grayscale: #303030. Windows color (decimal): -13355507 or 865844. OLE color: 865844.
HSL color Cylindrical-coordinate representation of color #34360D: hue angle of 62.93º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34360D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 13 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.79 |
| HSL | 62.93º | 0.61% | 0.13% | - |
| HSV(B) | 62.93º | 0.76% | 0.21% | - |
| XYZ | 2.81 | 3.4 | 0.89 | - |
| YUV | 48.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 13 | 0.04 | 0 | 0.76 | 0.79 | 62.93 | 0.61 | 0.13 |
| Hex | 34 | 36 | D | 4 | 0 | 4C | 4F | 3F | 3D | D |
| Octal | 64 | 66 | 15 | 4 | 0 | 114 | 117 | 77 | 75 | 15 |
| Binary | 110100 | 110110 | 1101 | 100 | 0 | 1001100 | 1001111 | 111111 | 111101 | 1101 |
Color Harmonies of #34360D
Complementary color
Monochromatic Colors of #34360D
Black with #34360D
Text Example
Text Example
White with #34360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34360D; }
p { color: rgb(52,54,13); }
H1.HeaderClassName
{
color: #34360D;
}
.AnyTagClassName
{
color: #34360D;
}
</style>
background-color css
<style>
a { background-color: #34360D; }
a { background-color: rgb(52,54,13); }
div.DivClassName
{
background-color: #34360D;
}
.BgClassName
{
background-color: #34360D;
}
</style>
border-color css
<style>
span { border-color: #34360D; }
span { border-color: rgb(52,54,13); }
td.TdClassName
{
border-color: #34360D;
}
.TagClassName
{
border-color: #34360D;
}
</style>