Shades of Turtle Green #36390D
Tints of Turtle Green #36390D
RGB
CMYK
RGB Variations
Color information
#36390D (or 0x36390D) is known color: Turtle Green. HEX triplet: 36, 39 and 0D. RGB value is (54,57,13). Sum of RGB (Red+Green+Blue) = 54+57+13=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #36390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36390D is #C9C6F2. Grayscale: #333333. Windows color (decimal): -13223667 or 866614. OLE color: 866614.
HSL color Cylindrical-coordinate representation of color #36390D: hue angle of 64.09º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36390D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 13 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.78 |
| HSL | 64.09º | 0.63% | 0.14% | - |
| HSV(B) | 64.09º | 0.77% | 0.22% | - |
| XYZ | 3.06 | 3.74 | 0.94 | - |
| YUV | 51.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 13 | 0.05 | 0 | 0.77 | 0.78 | 64.09 | 0.63 | 0.14 |
| Hex | 36 | 39 | D | 5 | 0 | 4D | 4E | 40 | 3F | E |
| Octal | 66 | 71 | 15 | 5 | 0 | 115 | 116 | 100 | 77 | 16 |
| Binary | 110110 | 111001 | 1101 | 101 | 0 | 1001101 | 1001110 | 1000000 | 111111 | 1110 |
Color Harmonies of #36390D
Complementary color
Monochromatic Colors of #36390D
Black with #36390D
Text Example
Text Example
White with #36390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36390D; }
p { color: rgb(54,57,13); }
H1.HeaderClassName
{
color: #36390D;
}
.AnyTagClassName
{
color: #36390D;
}
</style>
background-color css
<style>
a { background-color: #36390D; }
a { background-color: rgb(54,57,13); }
div.DivClassName
{
background-color: #36390D;
}
.BgClassName
{
background-color: #36390D;
}
</style>
border-color css
<style>
span { border-color: #36390D; }
span { border-color: rgb(54,57,13); }
td.TdClassName
{
border-color: #36390D;
}
.TagClassName
{
border-color: #36390D;
}
</style>