Shades of Turtle Green #364914
Tints of Turtle Green #364914
RGB
CMYK
RGB Variations
Color information
#364914 (or 0x364914) is known color: Turtle Green. HEX triplet: 36, 49 and 14. RGB value is (54,73,20). Sum of RGB (Red+Green+Blue) = 54+73+20=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #364914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364914 is #C9B6EB. Grayscale: #3D3D3D. Windows color (decimal): -13219564 or 1329462. OLE color: 1329462.
HSL color Cylindrical-coordinate representation of color #364914: hue angle of 81.51º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364914 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 20 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.71 |
| HSL | 81.51º | 0.57% | 0.18% | - |
| HSV(B) | 81.51º | 0.73% | 0.29% | - |
| XYZ | 4.03 | 5.6 | 1.53 | - |
| YUV | 61.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 20 | 0.26 | 0 | 0.73 | 0.71 | 81.51 | 0.57 | 0.18 |
| Hex | 36 | 49 | 14 | 1A | 0 | 49 | 47 | 52 | 39 | 12 |
| Octal | 66 | 111 | 24 | 32 | 0 | 111 | 107 | 122 | 71 | 22 |
| Binary | 110110 | 1001001 | 10100 | 11010 | 0 | 1001001 | 1000111 | 1010010 | 111001 | 10010 |
Color Harmonies of #364914
Complementary color
Monochromatic Colors of #364914
Black with #364914
Text Example
Text Example
White with #364914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364914; }
p { color: rgb(54,73,20); }
H1.HeaderClassName
{
color: #364914;
}
.AnyTagClassName
{
color: #364914;
}
</style>
background-color css
<style>
a { background-color: #364914; }
a { background-color: rgb(54,73,20); }
div.DivClassName
{
background-color: #364914;
}
.BgClassName
{
background-color: #364914;
}
</style>
border-color css
<style>
span { border-color: #364914; }
span { border-color: rgb(54,73,20); }
td.TdClassName
{
border-color: #364914;
}
.TagClassName
{
border-color: #364914;
}
</style>