Shades of Turtle Green #36391E
Tints of Turtle Green #36391E
RGB
CMYK
RGB Variations
Color information
#36391E (or 0x36391E) is known color: Turtle Green. HEX triplet: 36, 39 and 1E. RGB value is (54,57,30). Sum of RGB (Red+Green+Blue) = 54+57+30=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 57 - color contains mainly: green. Hex color #36391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36391E is #C9C6E1. Grayscale: #353535. Windows color (decimal): -13223650 or 1980726. OLE color: 1980726.
HSL color Cylindrical-coordinate representation of color #36391E: hue angle of 66.67º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36391E is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 57 | 30 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.78 |
| HSL | 66.67º | 0.31% | 0.17% | - |
| HSV(B) | 66.67º | 0.47% | 0.22% | - |
| XYZ | 3.22 | 3.8 | 1.79 | - |
| YUV | 53.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 30 | 0.05 | 0 | 0.47 | 0.78 | 66.67 | 0.31 | 0.17 |
| Hex | 36 | 39 | 1E | 5 | 0 | 2F | 4E | 43 | 1F | 11 |
| Octal | 66 | 71 | 36 | 5 | 0 | 57 | 116 | 103 | 37 | 21 |
| Binary | 110110 | 111001 | 11110 | 101 | 0 | 101111 | 1001110 | 1000011 | 11111 | 10001 |
Color Harmonies of #36391E
Complementary color
Monochromatic Colors of #36391E
Black with #36391E
Text Example
Text Example
White with #36391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36391E; }
p { color: rgb(54,57,30); }
H1.HeaderClassName
{
color: #36391E;
}
.AnyTagClassName
{
color: #36391E;
}
</style>
background-color css
<style>
a { background-color: #36391E; }
a { background-color: rgb(54,57,30); }
div.DivClassName
{
background-color: #36391E;
}
.BgClassName
{
background-color: #36391E;
}
</style>
border-color css
<style>
span { border-color: #36391E; }
span { border-color: rgb(54,57,30); }
td.TdClassName
{
border-color: #36391E;
}
.TagClassName
{
border-color: #36391E;
}
</style>