Shades of Turtle Green #36421A
Tints of Turtle Green #36421A
RGB
CMYK
RGB Variations
Color information
#36421A (or 0x36421A) is known color: Turtle Green. HEX triplet: 36, 42 and 1A. RGB value is (54,66,26). Sum of RGB (Red+Green+Blue) = 54+66+26=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #36421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36421A is #C9BDE5. Grayscale: #3A3A3A. Windows color (decimal): -13221350 or 1720886. OLE color: 1720886.
HSL color Cylindrical-coordinate representation of color #36421A: hue angle of 78º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36421A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 26 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.74 |
| HSL | 78º | 0.43% | 0.18% | - |
| HSV(B) | 78º | 0.61% | 0.26% | - |
| XYZ | 3.66 | 4.76 | 1.7 | - |
| YUV | 57.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 26 | 0.18 | 0 | 0.61 | 0.74 | 78 | 0.43 | 0.18 |
| Hex | 36 | 42 | 1A | 12 | 0 | 3D | 4A | 4E | 2B | 12 |
| Octal | 66 | 102 | 32 | 22 | 0 | 75 | 112 | 116 | 53 | 22 |
| Binary | 110110 | 1000010 | 11010 | 10010 | 0 | 111101 | 1001010 | 1001110 | 101011 | 10010 |
Color Harmonies of #36421A
Complementary color
Monochromatic Colors of #36421A
Black with #36421A
Text Example
Text Example
White with #36421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36421A; }
p { color: rgb(54,66,26); }
H1.HeaderClassName
{
color: #36421A;
}
.AnyTagClassName
{
color: #36421A;
}
</style>
background-color css
<style>
a { background-color: #36421A; }
a { background-color: rgb(54,66,26); }
div.DivClassName
{
background-color: #36421A;
}
.BgClassName
{
background-color: #36421A;
}
</style>
border-color css
<style>
span { border-color: #36421A; }
span { border-color: rgb(54,66,26); }
td.TdClassName
{
border-color: #36421A;
}
.TagClassName
{
border-color: #36421A;
}
</style>