Shades of Turtle Green #36411C
Tints of Turtle Green #36411C
RGB
CMYK
RGB Variations
Color information
#36411C (or 0x36411C) is known color: Turtle Green. HEX triplet: 36, 41 and 1C. RGB value is (54,65,28). Sum of RGB (Red+Green+Blue) = 54+65+28=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #36411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36411C is #C9BEE3. Grayscale: #393939. Windows color (decimal): -13221604 or 1851702. OLE color: 1851702.
HSL color Cylindrical-coordinate representation of color #36411C: hue angle of 77.84º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36411C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 28 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.75 |
| HSL | 77.84º | 0.4% | 0.18% | - |
| HSV(B) | 77.84º | 0.57% | 0.25% | - |
| XYZ | 3.62 | 4.65 | 1.81 | - |
| YUV | 57.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 28 | 0.17 | 0 | 0.57 | 0.75 | 77.84 | 0.4 | 0.18 |
| Hex | 36 | 41 | 1C | 11 | 0 | 39 | 4B | 4E | 28 | 12 |
| Octal | 66 | 101 | 34 | 21 | 0 | 71 | 113 | 116 | 50 | 22 |
| Binary | 110110 | 1000001 | 11100 | 10001 | 0 | 111001 | 1001011 | 1001110 | 101000 | 10010 |
Color Harmonies of #36411C
Complementary color
Monochromatic Colors of #36411C
Black with #36411C
Text Example
Text Example
White with #36411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36411C; }
p { color: rgb(54,65,28); }
H1.HeaderClassName
{
color: #36411C;
}
.AnyTagClassName
{
color: #36411C;
}
</style>
background-color css
<style>
a { background-color: #36411C; }
a { background-color: rgb(54,65,28); }
div.DivClassName
{
background-color: #36411C;
}
.BgClassName
{
background-color: #36411C;
}
</style>
border-color css
<style>
span { border-color: #36411C; }
span { border-color: rgb(54,65,28); }
td.TdClassName
{
border-color: #36411C;
}
.TagClassName
{
border-color: #36411C;
}
</style>