Shades of Turtle Green #36401B
Tints of Turtle Green #36401B
RGB
CMYK
RGB Variations
Color information
#36401B (or 0x36401B) is known color: Turtle Green. HEX triplet: 36, 40 and 1B. RGB value is (54,64,27). Sum of RGB (Red+Green+Blue) = 54+64+27=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #36401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36401B is #C9BFE4. Grayscale: #383838. Windows color (decimal): -13221861 or 1785910. OLE color: 1785910.
HSL color Cylindrical-coordinate representation of color #36401B: hue angle of 76.22º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36401B is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 27 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.75 |
| HSL | 76.22º | 0.41% | 0.18% | - |
| HSV(B) | 76.22º | 0.58% | 0.25% | - |
| XYZ | 3.55 | 4.53 | 1.72 | - |
| YUV | 56.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 27 | 0.16 | 0 | 0.58 | 0.75 | 76.22 | 0.41 | 0.18 |
| Hex | 36 | 40 | 1B | 10 | 0 | 3A | 4B | 4C | 29 | 12 |
| Octal | 66 | 100 | 33 | 20 | 0 | 72 | 113 | 114 | 51 | 22 |
| Binary | 110110 | 1000000 | 11011 | 10000 | 0 | 111010 | 1001011 | 1001100 | 101001 | 10010 |
Color Harmonies of #36401B
Complementary color
Monochromatic Colors of #36401B
Black with #36401B
Text Example
Text Example
White with #36401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36401B; }
p { color: rgb(54,64,27); }
H1.HeaderClassName
{
color: #36401B;
}
.AnyTagClassName
{
color: #36401B;
}
</style>
background-color css
<style>
a { background-color: #36401B; }
a { background-color: rgb(54,64,27); }
div.DivClassName
{
background-color: #36401B;
}
.BgClassName
{
background-color: #36401B;
}
</style>
border-color css
<style>
span { border-color: #36401B; }
span { border-color: rgb(54,64,27); }
td.TdClassName
{
border-color: #36401B;
}
.TagClassName
{
border-color: #36401B;
}
</style>