Shades of Turtle Green #36431F
Tints of Turtle Green #36431F
RGB
CMYK
RGB Variations
Color information
#36431F (or 0x36431F) is known color: Turtle Green. HEX triplet: 36, 43 and 1F. RGB value is (54,67,31). Sum of RGB (Red+Green+Blue) = 54+67+31=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #36431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36431F is #C9BCE0. Grayscale: #3B3B3B. Windows color (decimal): -13221089 or 2048822. OLE color: 2048822.
HSL color Cylindrical-coordinate representation of color #36431F: hue angle of 81.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36431F is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 67 | 31 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.74 |
| HSL | 81.67º | 0.37% | 0.19% | - |
| HSV(B) | 81.67º | 0.54% | 0.26% | - |
| XYZ | 3.78 | 4.9 | 2.04 | - |
| YUV | 59.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 31 | 0.19 | 0 | 0.54 | 0.74 | 81.67 | 0.37 | 0.19 |
| Hex | 36 | 43 | 1F | 13 | 0 | 36 | 4A | 52 | 25 | 13 |
| Octal | 66 | 103 | 37 | 23 | 0 | 66 | 112 | 122 | 45 | 23 |
| Binary | 110110 | 1000011 | 11111 | 10011 | 0 | 110110 | 1001010 | 1010010 | 100101 | 10011 |
Color Harmonies of #36431F
Complementary color
Monochromatic Colors of #36431F
Black with #36431F
Text Example
Text Example
White with #36431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36431F; }
p { color: rgb(54,67,31); }
H1.HeaderClassName
{
color: #36431F;
}
.AnyTagClassName
{
color: #36431F;
}
</style>
background-color css
<style>
a { background-color: #36431F; }
a { background-color: rgb(54,67,31); }
div.DivClassName
{
background-color: #36431F;
}
.BgClassName
{
background-color: #36431F;
}
</style>
border-color css
<style>
span { border-color: #36431F; }
span { border-color: rgb(54,67,31); }
td.TdClassName
{
border-color: #36431F;
}
.TagClassName
{
border-color: #36431F;
}
</style>