Shades of Turtle Green #36391F
Tints of Turtle Green #36391F
RGB
CMYK
RGB Variations
Color information
#36391F (or 0x36391F) is known color: Turtle Green. HEX triplet: 36, 39 and 1F. RGB value is (54,57,31). Sum of RGB (Red+Green+Blue) = 54+57+31=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 57 - color contains mainly: green. Hex color #36391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36391F is #C9C6E0. Grayscale: #353535. Windows color (decimal): -13223649 or 2046262. OLE color: 2046262.
HSL color Cylindrical-coordinate representation of color #36391F: hue angle of 66.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36391F is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 31 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.78 |
| HSL | 66.92º | 0.3% | 0.17% | - |
| HSV(B) | 66.92º | 0.46% | 0.22% | - |
| XYZ | 3.23 | 3.81 | 1.86 | - |
| YUV | 53.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 31 | 0.05 | 0 | 0.46 | 0.78 | 66.92 | 0.3 | 0.17 |
| Hex | 36 | 39 | 1F | 5 | 0 | 2E | 4E | 43 | 1E | 11 |
| Octal | 66 | 71 | 37 | 5 | 0 | 56 | 116 | 103 | 36 | 21 |
| Binary | 110110 | 111001 | 11111 | 101 | 0 | 101110 | 1001110 | 1000011 | 11110 | 10001 |
Color Harmonies of #36391F
Complementary color
Monochromatic Colors of #36391F
Black with #36391F
Text Example
Text Example
White with #36391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36391F; }
p { color: rgb(54,57,31); }
H1.HeaderClassName
{
color: #36391F;
}
.AnyTagClassName
{
color: #36391F;
}
</style>
background-color css
<style>
a { background-color: #36391F; }
a { background-color: rgb(54,57,31); }
div.DivClassName
{
background-color: #36391F;
}
.BgClassName
{
background-color: #36391F;
}
</style>
border-color css
<style>
span { border-color: #36391F; }
span { border-color: rgb(54,57,31); }
td.TdClassName
{
border-color: #36391F;
}
.TagClassName
{
border-color: #36391F;
}
</style>