Shades of Turtle Green #364515
Tints of Turtle Green #364515
RGB
CMYK
RGB Variations
Color information
#364515 (or 0x364515) is known color: Turtle Green. HEX triplet: 36, 45 and 15. RGB value is (54,69,21). Sum of RGB (Red+Green+Blue) = 54+69+21=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #364515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364515 is #C9BAEA. Grayscale: #3B3B3B. Windows color (decimal): -13220587 or 1393974. OLE color: 1393974.
HSL color Cylindrical-coordinate representation of color #364515: hue angle of 78.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #364515 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 21 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.73 |
| HSL | 78.75º | 0.53% | 0.18% | - |
| HSV(B) | 78.75º | 0.7% | 0.27% | - |
| XYZ | 3.78 | 5.09 | 1.49 | - |
| YUV | 59.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 21 | 0.22 | 0 | 0.70 | 0.73 | 78.75 | 0.53 | 0.18 |
| Hex | 36 | 45 | 15 | 16 | 0 | 46 | 49 | 4F | 35 | 12 |
| Octal | 66 | 105 | 25 | 26 | 0 | 106 | 111 | 117 | 65 | 22 |
| Binary | 110110 | 1000101 | 10101 | 10110 | 0 | 1000110 | 1001001 | 1001111 | 110101 | 10010 |
Color Harmonies of #364515
Complementary color
Monochromatic Colors of #364515
Black with #364515
Text Example
Text Example
White with #364515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364515; }
p { color: rgb(54,69,21); }
H1.HeaderClassName
{
color: #364515;
}
.AnyTagClassName
{
color: #364515;
}
</style>
background-color css
<style>
a { background-color: #364515; }
a { background-color: rgb(54,69,21); }
div.DivClassName
{
background-color: #364515;
}
.BgClassName
{
background-color: #364515;
}
</style>
border-color css
<style>
span { border-color: #364515; }
span { border-color: rgb(54,69,21); }
td.TdClassName
{
border-color: #364515;
}
.TagClassName
{
border-color: #364515;
}
</style>