Shades of Turtle Green #36411B
Tints of Turtle Green #36411B
RGB
CMYK
RGB Variations
Color information
#36411B (or 0x36411B) is known color: Turtle Green. HEX triplet: 36, 41 and 1B. RGB value is (54,65,27). Sum of RGB (Red+Green+Blue) = 54+65+27=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #36411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36411B is #C9BEE4. Grayscale: #393939. Windows color (decimal): -13221605 or 1786166. OLE color: 1786166.
HSL color Cylindrical-coordinate representation of color #36411B: hue angle of 77.37º 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 #36411B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 27 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.75 |
| HSL | 77.37º | 0.41% | 0.18% | - |
| HSV(B) | 77.37º | 0.58% | 0.25% | - |
| XYZ | 3.61 | 4.64 | 1.74 | - |
| YUV | 57.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 27 | 0.17 | 0 | 0.58 | 0.75 | 77.37 | 0.41 | 0.18 |
| Hex | 36 | 41 | 1B | 11 | 0 | 3A | 4B | 4D | 29 | 12 |
| Octal | 66 | 101 | 33 | 21 | 0 | 72 | 113 | 115 | 51 | 22 |
| Binary | 110110 | 1000001 | 11011 | 10001 | 0 | 111010 | 1001011 | 1001101 | 101001 | 10010 |
Color Harmonies of #36411B
Complementary color
Monochromatic Colors of #36411B
Black with #36411B
Text Example
Text Example
White with #36411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36411B; }
p { color: rgb(54,65,27); }
H1.HeaderClassName
{
color: #36411B;
}
.AnyTagClassName
{
color: #36411B;
}
</style>
background-color css
<style>
a { background-color: #36411B; }
a { background-color: rgb(54,65,27); }
div.DivClassName
{
background-color: #36411B;
}
.BgClassName
{
background-color: #36411B;
}
</style>
border-color css
<style>
span { border-color: #36411B; }
span { border-color: rgb(54,65,27); }
td.TdClassName
{
border-color: #36411B;
}
.TagClassName
{
border-color: #36411B;
}
</style>