Shades of Turtle Green #364412
Tints of Turtle Green #364412
RGB
CMYK
RGB Variations
Color information
#364412 (or 0x364412) is known color: Turtle Green. HEX triplet: 36, 44 and 12. RGB value is (54,68,18). Sum of RGB (Red+Green+Blue) = 54+68+18=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #364412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364412 is #C9BBED. Grayscale: #3A3A3A. Windows color (decimal): -13220846 or 1197110. OLE color: 1197110.
HSL color Cylindrical-coordinate representation of color #364412: hue angle of 76.8º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364412 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 68 | 18 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.73 |
| HSL | 76.8º | 0.58% | 0.17% | - |
| HSV(B) | 76.8º | 0.74% | 0.27% | - |
| XYZ | 3.7 | 4.96 | 1.34 | - |
| YUV | 58.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 18 | 0.21 | 0 | 0.74 | 0.73 | 76.8 | 0.58 | 0.17 |
| Hex | 36 | 44 | 12 | 15 | 0 | 4A | 49 | 4D | 3A | 11 |
| Octal | 66 | 104 | 22 | 25 | 0 | 112 | 111 | 115 | 72 | 21 |
| Binary | 110110 | 1000100 | 10010 | 10101 | 0 | 1001010 | 1001001 | 1001101 | 111010 | 10001 |
Color Harmonies of #364412
Complementary color
Monochromatic Colors of #364412
Black with #364412
Text Example
Text Example
White with #364412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364412; }
p { color: rgb(54,68,18); }
H1.HeaderClassName
{
color: #364412;
}
.AnyTagClassName
{
color: #364412;
}
</style>
background-color css
<style>
a { background-color: #364412; }
a { background-color: rgb(54,68,18); }
div.DivClassName
{
background-color: #364412;
}
.BgClassName
{
background-color: #364412;
}
</style>
border-color css
<style>
span { border-color: #364412; }
span { border-color: rgb(54,68,18); }
td.TdClassName
{
border-color: #364412;
}
.TagClassName
{
border-color: #364412;
}
</style>