Shades of Turtle Green #364113
Tints of Turtle Green #364113
RGB
CMYK
RGB Variations
Color information
#364113 (or 0x364113) is known color: Turtle Green. HEX triplet: 36, 41 and 13. RGB value is (54,65,19). Sum of RGB (Red+Green+Blue) = 54+65+19=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #364113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364113 is #C9BEEC. Grayscale: #383838. Windows color (decimal): -13221613 or 1261878. OLE color: 1261878.
HSL color Cylindrical-coordinate representation of color #364113: hue angle of 74.35º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364113 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 19 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.75 |
| HSL | 74.35º | 0.55% | 0.16% | - |
| HSV(B) | 74.35º | 0.71% | 0.25% | - |
| XYZ | 3.53 | 4.61 | 1.32 | - |
| YUV | 56.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 19 | 0.17 | 0 | 0.71 | 0.75 | 74.35 | 0.55 | 0.16 |
| Hex | 36 | 41 | 13 | 11 | 0 | 47 | 4B | 4A | 37 | 10 |
| Octal | 66 | 101 | 23 | 21 | 0 | 107 | 113 | 112 | 67 | 20 |
| Binary | 110110 | 1000001 | 10011 | 10001 | 0 | 1000111 | 1001011 | 1001010 | 110111 | 10000 |
Color Harmonies of #364113
Complementary color
Monochromatic Colors of #364113
Black with #364113
Text Example
Text Example
White with #364113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364113; }
p { color: rgb(54,65,19); }
H1.HeaderClassName
{
color: #364113;
}
.AnyTagClassName
{
color: #364113;
}
</style>
background-color css
<style>
a { background-color: #364113; }
a { background-color: rgb(54,65,19); }
div.DivClassName
{
background-color: #364113;
}
.BgClassName
{
background-color: #364113;
}
</style>
border-color css
<style>
span { border-color: #364113; }
span { border-color: rgb(54,65,19); }
td.TdClassName
{
border-color: #364113;
}
.TagClassName
{
border-color: #364113;
}
</style>