Shades of Turtle Green #364915
Tints of Turtle Green #364915
RGB
CMYK
RGB Variations
Color information
#364915 (or 0x364915) is known color: Turtle Green. HEX triplet: 36, 49 and 15. RGB value is (54,73,21). Sum of RGB (Red+Green+Blue) = 54+73+21=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #364915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364915 is #C9B6EA. Grayscale: #3D3D3D. Windows color (decimal): -13219563 or 1394998. OLE color: 1394998.
HSL color Cylindrical-coordinate representation of color #364915: hue angle of 81.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364915 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 21 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.71 |
| HSL | 81.92º | 0.55% | 0.18% | - |
| HSV(B) | 81.92º | 0.71% | 0.29% | - |
| XYZ | 4.04 | 5.6 | 1.58 | - |
| YUV | 61.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 21 | 0.26 | 0 | 0.71 | 0.71 | 81.92 | 0.55 | 0.18 |
| Hex | 36 | 49 | 15 | 1A | 0 | 47 | 47 | 52 | 37 | 12 |
| Octal | 66 | 111 | 25 | 32 | 0 | 107 | 107 | 122 | 67 | 22 |
| Binary | 110110 | 1001001 | 10101 | 11010 | 0 | 1000111 | 1000111 | 1010010 | 110111 | 10010 |
Color Harmonies of #364915
Complementary color
Monochromatic Colors of #364915
Black with #364915
Text Example
Text Example
White with #364915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364915; }
p { color: rgb(54,73,21); }
H1.HeaderClassName
{
color: #364915;
}
.AnyTagClassName
{
color: #364915;
}
</style>
background-color css
<style>
a { background-color: #364915; }
a { background-color: rgb(54,73,21); }
div.DivClassName
{
background-color: #364915;
}
.BgClassName
{
background-color: #364915;
}
</style>
border-color css
<style>
span { border-color: #364915; }
span { border-color: rgb(54,73,21); }
td.TdClassName
{
border-color: #364915;
}
.TagClassName
{
border-color: #364915;
}
</style>