Shades of Turtle Green #364105
Tints of Turtle Green #364105
RGB
CMYK
RGB Variations
Color information
#364105 (or 0x364105) is known color: Turtle Green. HEX triplet: 36, 41 and 05. RGB value is (54,65,5). Sum of RGB (Red+Green+Blue) = 54+65+5=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #364105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364105 is #C9BEFA. Grayscale: #373737. Windows color (decimal): -13221627 or 344374. OLE color: 344374.
HSL color Cylindrical-coordinate representation of color #364105: hue angle of 71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #364105 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 5 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.75 |
| HSL | 71º | 0.86% | 0.14% | - |
| HSV(B) | 71º | 0.92% | 0.25% | - |
| XYZ | 3.44 | 4.58 | 0.85 | - |
| YUV | 54.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 5 | 0.17 | 0 | 0.92 | 0.75 | 71 | 0.86 | 0.14 |
| Hex | 36 | 41 | 5 | 11 | 0 | 5C | 4B | 47 | 56 | E |
| Octal | 66 | 101 | 5 | 21 | 0 | 134 | 113 | 107 | 126 | 16 |
| Binary | 110110 | 1000001 | 101 | 10001 | 0 | 1011100 | 1001011 | 1000111 | 1010110 | 1110 |
Color Harmonies of #364105
Complementary color
Monochromatic Colors of #364105
Black with #364105
Text Example
Text Example
White with #364105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364105; }
p { color: rgb(54,65,5); }
H1.HeaderClassName
{
color: #364105;
}
.AnyTagClassName
{
color: #364105;
}
</style>
background-color css
<style>
a { background-color: #364105; }
a { background-color: rgb(54,65,5); }
div.DivClassName
{
background-color: #364105;
}
.BgClassName
{
background-color: #364105;
}
</style>
border-color css
<style>
span { border-color: #364105; }
span { border-color: rgb(54,65,5); }
td.TdClassName
{
border-color: #364105;
}
.TagClassName
{
border-color: #364105;
}
</style>