Shades of Turtle Green #364518
Tints of Turtle Green #364518
RGB
CMYK
RGB Variations
Color information
#364518 (or 0x364518) is known color: Turtle Green. HEX triplet: 36, 45 and 18. RGB value is (54,69,24). Sum of RGB (Red+Green+Blue) = 54+69+24=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #364518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364518 is #C9BAE7. Grayscale: #3B3B3B. Windows color (decimal): -13220584 or 1590582. OLE color: 1590582.
HSL color Cylindrical-coordinate representation of color #364518: hue angle of 80º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364518 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 24 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.73 |
| HSL | 80º | 0.48% | 0.18% | - |
| HSV(B) | 80º | 0.65% | 0.27% | - |
| XYZ | 3.81 | 5.11 | 1.65 | - |
| YUV | 59.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 24 | 0.22 | 0 | 0.65 | 0.73 | 80 | 0.48 | 0.18 |
| Hex | 36 | 45 | 18 | 16 | 0 | 41 | 49 | 50 | 30 | 12 |
| Octal | 66 | 105 | 30 | 26 | 0 | 101 | 111 | 120 | 60 | 22 |
| Binary | 110110 | 1000101 | 11000 | 10110 | 0 | 1000001 | 1001001 | 1010000 | 110000 | 10010 |
Color Harmonies of #364518
Complementary color
Monochromatic Colors of #364518
Black with #364518
Text Example
Text Example
White with #364518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364518; }
p { color: rgb(54,69,24); }
H1.HeaderClassName
{
color: #364518;
}
.AnyTagClassName
{
color: #364518;
}
</style>
background-color css
<style>
a { background-color: #364518; }
a { background-color: rgb(54,69,24); }
div.DivClassName
{
background-color: #364518;
}
.BgClassName
{
background-color: #364518;
}
</style>
border-color css
<style>
span { border-color: #364518; }
span { border-color: rgb(54,69,24); }
td.TdClassName
{
border-color: #364518;
}
.TagClassName
{
border-color: #364518;
}
</style>