Shades of Turtle Green #36421C
Tints of Turtle Green #36421C
RGB
CMYK
RGB Variations
Color information
#36421C (or 0x36421C) is known color: Turtle Green. HEX triplet: 36, 42 and 1C. RGB value is (54,66,28). Sum of RGB (Red+Green+Blue) = 54+66+28=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #36421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36421C is #C9BDE3. Grayscale: #3A3A3A. Windows color (decimal): -13221348 or 1851958. OLE color: 1851958.
HSL color Cylindrical-coordinate representation of color #36421C: hue angle of 78.95º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36421C is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 28 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.74 |
| HSL | 78.95º | 0.4% | 0.18% | - |
| HSV(B) | 78.95º | 0.58% | 0.26% | - |
| XYZ | 3.68 | 4.76 | 1.82 | - |
| YUV | 58.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 28 | 0.18 | 0 | 0.58 | 0.74 | 78.95 | 0.4 | 0.18 |
| Hex | 36 | 42 | 1C | 12 | 0 | 3A | 4A | 4F | 28 | 12 |
| Octal | 66 | 102 | 34 | 22 | 0 | 72 | 112 | 117 | 50 | 22 |
| Binary | 110110 | 1000010 | 11100 | 10010 | 0 | 111010 | 1001010 | 1001111 | 101000 | 10010 |
Color Harmonies of #36421C
Complementary color
Monochromatic Colors of #36421C
Black with #36421C
Text Example
Text Example
White with #36421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36421C; }
p { color: rgb(54,66,28); }
H1.HeaderClassName
{
color: #36421C;
}
.AnyTagClassName
{
color: #36421C;
}
</style>
background-color css
<style>
a { background-color: #36421C; }
a { background-color: rgb(54,66,28); }
div.DivClassName
{
background-color: #36421C;
}
.BgClassName
{
background-color: #36421C;
}
</style>
border-color css
<style>
span { border-color: #36421C; }
span { border-color: rgb(54,66,28); }
td.TdClassName
{
border-color: #36421C;
}
.TagClassName
{
border-color: #36421C;
}
</style>