Shades of Turtle Green #364514
Tints of Turtle Green #364514
RGB
CMYK
RGB Variations
Color information
#364514 (or 0x364514) is known color: Turtle Green. HEX triplet: 36, 45 and 14. RGB value is (54,69,20). Sum of RGB (Red+Green+Blue) = 54+69+20=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #364514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364514 is #C9BAEB. Grayscale: #3B3B3B. Windows color (decimal): -13220588 or 1328438. OLE color: 1328438.
HSL color Cylindrical-coordinate representation of color #364514: hue angle of 78.37º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364514 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 20 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.73 |
| HSL | 78.37º | 0.55% | 0.17% | - |
| HSV(B) | 78.37º | 0.71% | 0.27% | - |
| XYZ | 3.78 | 5.09 | 1.45 | - |
| YUV | 58.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 20 | 0.22 | 0 | 0.71 | 0.73 | 78.37 | 0.55 | 0.17 |
| Hex | 36 | 45 | 14 | 16 | 0 | 47 | 49 | 4E | 37 | 11 |
| Octal | 66 | 105 | 24 | 26 | 0 | 107 | 111 | 116 | 67 | 21 |
| Binary | 110110 | 1000101 | 10100 | 10110 | 0 | 1000111 | 1001001 | 1001110 | 110111 | 10001 |
Color Harmonies of #364514
Complementary color
Monochromatic Colors of #364514
Black with #364514
Text Example
Text Example
White with #364514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364514; }
p { color: rgb(54,69,20); }
H1.HeaderClassName
{
color: #364514;
}
.AnyTagClassName
{
color: #364514;
}
</style>
background-color css
<style>
a { background-color: #364514; }
a { background-color: rgb(54,69,20); }
div.DivClassName
{
background-color: #364514;
}
.BgClassName
{
background-color: #364514;
}
</style>
border-color css
<style>
span { border-color: #364514; }
span { border-color: rgb(54,69,20); }
td.TdClassName
{
border-color: #364514;
}
.TagClassName
{
border-color: #364514;
}
</style>