Shades of Turtle Green #34360C
Tints of Turtle Green #34360C
RGB
CMYK
RGB Variations
Color information
#34360C (or 0x34360C) is known color: Turtle Green. HEX triplet: 34, 36 and 0C. RGB value is (52,54,12). Sum of RGB (Red+Green+Blue) = 52+54+12=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #34360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34360C is #CBC9F3. Grayscale: #303030. Windows color (decimal): -13355508 or 800308. OLE color: 800308.
HSL color Cylindrical-coordinate representation of color #34360C: hue angle of 62.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34360C is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 12 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.79 |
| HSL | 62.86º | 0.64% | 0.13% | - |
| HSV(B) | 62.86º | 0.78% | 0.21% | - |
| XYZ | 2.8 | 3.39 | 0.86 | - |
| YUV | 48.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 12 | 0.04 | 0 | 0.78 | 0.79 | 62.86 | 0.64 | 0.13 |
| Hex | 34 | 36 | C | 4 | 0 | 4E | 4F | 3F | 40 | D |
| Octal | 64 | 66 | 14 | 4 | 0 | 116 | 117 | 77 | 100 | 15 |
| Binary | 110100 | 110110 | 1100 | 100 | 0 | 1001110 | 1001111 | 111111 | 1000000 | 1101 |
Color Harmonies of #34360C
Complementary color
Monochromatic Colors of #34360C
Black with #34360C
Text Example
Text Example
White with #34360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34360C; }
p { color: rgb(52,54,12); }
H1.HeaderClassName
{
color: #34360C;
}
.AnyTagClassName
{
color: #34360C;
}
</style>
background-color css
<style>
a { background-color: #34360C; }
a { background-color: rgb(52,54,12); }
div.DivClassName
{
background-color: #34360C;
}
.BgClassName
{
background-color: #34360C;
}
</style>
border-color css
<style>
span { border-color: #34360C; }
span { border-color: rgb(52,54,12); }
td.TdClassName
{
border-color: #34360C;
}
.TagClassName
{
border-color: #34360C;
}
</style>