Shades of Turtle Green #364F15
Tints of Turtle Green #364F15
RGB
CMYK
RGB Variations
Color information
#364F15 (or 0x364F15) is known color: Turtle Green. HEX triplet: 36, 4F and 15. RGB value is (54,79,21). Sum of RGB (Red+Green+Blue) = 54+79+21=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #364F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364F15 is #C9B0EA. Grayscale: #414141. Windows color (decimal): -13218027 or 1396534. OLE color: 1396534.
HSL color Cylindrical-coordinate representation of color #364F15: hue angle of 85.86º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364F15 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 79 | 21 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.69 |
| HSL | 85.86º | 0.58% | 0.2% | - |
| HSV(B) | 85.86º | 0.73% | 0.31% | - |
| XYZ | 4.45 | 6.43 | 1.72 | - |
| YUV | 64.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 21 | 0.32 | 0 | 0.73 | 0.69 | 85.86 | 0.58 | 0.2 |
| Hex | 36 | 4F | 15 | 20 | 0 | 49 | 45 | 56 | 3A | 14 |
| Octal | 66 | 117 | 25 | 40 | 0 | 111 | 105 | 126 | 72 | 24 |
| Binary | 110110 | 1001111 | 10101 | 100000 | 0 | 1001001 | 1000101 | 1010110 | 111010 | 10100 |
Color Harmonies of #364F15
Complementary color
Monochromatic Colors of #364F15
Black with #364F15
Text Example
Text Example
White with #364F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F15; }
p { color: rgb(54,79,21); }
H1.HeaderClassName
{
color: #364F15;
}
.AnyTagClassName
{
color: #364F15;
}
</style>
background-color css
<style>
a { background-color: #364F15; }
a { background-color: rgb(54,79,21); }
div.DivClassName
{
background-color: #364F15;
}
.BgClassName
{
background-color: #364F15;
}
</style>
border-color css
<style>
span { border-color: #364F15; }
span { border-color: rgb(54,79,21); }
td.TdClassName
{
border-color: #364F15;
}
.TagClassName
{
border-color: #364F15;
}
</style>