Shades of Turtle Green #36401D
Tints of Turtle Green #36401D
RGB
CMYK
RGB Variations
Color information
#36401D (or 0x36401D) is known color: Turtle Green. HEX triplet: 36, 40 and 1D. RGB value is (54,64,29). Sum of RGB (Red+Green+Blue) = 54+64+29=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #36401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36401D is #C9BFE2. Grayscale: #393939. Windows color (decimal): -13221859 or 1916982. OLE color: 1916982.
HSL color Cylindrical-coordinate representation of color #36401D: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36401D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 29 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.75 |
| HSL | 77.14º | 0.38% | 0.18% | - |
| HSV(B) | 77.14º | 0.55% | 0.25% | - |
| XYZ | 3.58 | 4.54 | 1.85 | - |
| YUV | 57.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 29 | 0.16 | 0 | 0.55 | 0.75 | 77.14 | 0.38 | 0.18 |
| Hex | 36 | 40 | 1D | 10 | 0 | 37 | 4B | 4D | 26 | 12 |
| Octal | 66 | 100 | 35 | 20 | 0 | 67 | 113 | 115 | 46 | 22 |
| Binary | 110110 | 1000000 | 11101 | 10000 | 0 | 110111 | 1001011 | 1001101 | 100110 | 10010 |
Color Harmonies of #36401D
Complementary color
Monochromatic Colors of #36401D
Black with #36401D
Text Example
Text Example
White with #36401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36401D; }
p { color: rgb(54,64,29); }
H1.HeaderClassName
{
color: #36401D;
}
.AnyTagClassName
{
color: #36401D;
}
</style>
background-color css
<style>
a { background-color: #36401D; }
a { background-color: rgb(54,64,29); }
div.DivClassName
{
background-color: #36401D;
}
.BgClassName
{
background-color: #36401D;
}
</style>
border-color css
<style>
span { border-color: #36401D; }
span { border-color: rgb(54,64,29); }
td.TdClassName
{
border-color: #36401D;
}
.TagClassName
{
border-color: #36401D;
}
</style>