Shades of Turtle Green #364614
Tints of Turtle Green #364614
RGB
CMYK
RGB Variations
Color information
#364614 (or 0x364614) is known color: Turtle Green. HEX triplet: 36, 46 and 14. RGB value is (54,70,20). Sum of RGB (Red+Green+Blue) = 54+70+20=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #364614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364614 is #C9B9EB. Grayscale: #3B3B3B. Windows color (decimal): -13220332 or 1328694. OLE color: 1328694.
HSL color Cylindrical-coordinate representation of color #364614: hue angle of 79.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364614 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 70 | 20 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.73 |
| HSL | 79.2º | 0.56% | 0.18% | - |
| HSV(B) | 79.2º | 0.71% | 0.27% | - |
| XYZ | 3.84 | 5.22 | 1.47 | - |
| YUV | 59.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 70 | 20 | 0.23 | 0 | 0.71 | 0.73 | 79.2 | 0.56 | 0.18 |
| Hex | 36 | 46 | 14 | 17 | 0 | 47 | 49 | 4F | 38 | 12 |
| Octal | 66 | 106 | 24 | 27 | 0 | 107 | 111 | 117 | 70 | 22 |
| Binary | 110110 | 1000110 | 10100 | 10111 | 0 | 1000111 | 1001001 | 1001111 | 111000 | 10010 |
Color Harmonies of #364614
Complementary color
Monochromatic Colors of #364614
Black with #364614
Text Example
Text Example
White with #364614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364614; }
p { color: rgb(54,70,20); }
H1.HeaderClassName
{
color: #364614;
}
.AnyTagClassName
{
color: #364614;
}
</style>
background-color css
<style>
a { background-color: #364614; }
a { background-color: rgb(54,70,20); }
div.DivClassName
{
background-color: #364614;
}
.BgClassName
{
background-color: #364614;
}
</style>
border-color css
<style>
span { border-color: #364614; }
span { border-color: rgb(54,70,20); }
td.TdClassName
{
border-color: #364614;
}
.TagClassName
{
border-color: #364614;
}
</style>