Shades of Turtle Green #36471B
Tints of Turtle Green #36471B
RGB
CMYK
RGB Variations
Color information
#36471B (or 0x36471B) is known color: Turtle Green. HEX triplet: 36, 47 and 1B. RGB value is (54,71,27). Sum of RGB (Red+Green+Blue) = 54+71+27=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #36471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36471B is #C9B8E4. Grayscale: #3D3D3D. Windows color (decimal): -13220069 or 1787702. OLE color: 1787702.
HSL color Cylindrical-coordinate representation of color #36471B: hue angle of 83.18º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36471B is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 27 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.72 |
| HSL | 83.18º | 0.45% | 0.19% | - |
| HSV(B) | 83.18º | 0.62% | 0.28% | - |
| XYZ | 3.97 | 5.37 | 1.86 | - |
| YUV | 60.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 27 | 0.24 | 0 | 0.62 | 0.72 | 83.18 | 0.45 | 0.19 |
| Hex | 36 | 47 | 1B | 18 | 0 | 3E | 48 | 53 | 2D | 13 |
| Octal | 66 | 107 | 33 | 30 | 0 | 76 | 110 | 123 | 55 | 23 |
| Binary | 110110 | 1000111 | 11011 | 11000 | 0 | 111110 | 1001000 | 1010011 | 101101 | 10011 |
Color Harmonies of #36471B
Complementary color
Monochromatic Colors of #36471B
Black with #36471B
Text Example
Text Example
White with #36471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36471B; }
p { color: rgb(54,71,27); }
H1.HeaderClassName
{
color: #36471B;
}
.AnyTagClassName
{
color: #36471B;
}
</style>
background-color css
<style>
a { background-color: #36471B; }
a { background-color: rgb(54,71,27); }
div.DivClassName
{
background-color: #36471B;
}
.BgClassName
{
background-color: #36471B;
}
</style>
border-color css
<style>
span { border-color: #36471B; }
span { border-color: rgb(54,71,27); }
td.TdClassName
{
border-color: #36471B;
}
.TagClassName
{
border-color: #36471B;
}
</style>