Shades of Turtle Green #364121
Tints of Turtle Green #364121
RGB
CMYK
RGB Variations
Color information
#364121 (or 0x364121) is known color: Turtle Green. HEX triplet: 36, 41 and 21. RGB value is (54,65,33). Sum of RGB (Red+Green+Blue) = 54+65+33=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #364121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364121 is #C9BEDE. Grayscale: #3A3A3A. Windows color (decimal): -13221599 or 2179382. OLE color: 2179382.
HSL color Cylindrical-coordinate representation of color #364121: hue angle of 80.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #364121 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 33 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.75 |
| HSL | 80.63º | 0.33% | 0.19% | - |
| HSV(B) | 80.63º | 0.49% | 0.25% | - |
| XYZ | 3.69 | 4.67 | 2.15 | - |
| YUV | 58.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 33 | 0.17 | 0 | 0.49 | 0.75 | 80.63 | 0.33 | 0.19 |
| Hex | 36 | 41 | 21 | 11 | 0 | 31 | 4B | 51 | 21 | 13 |
| Octal | 66 | 101 | 41 | 21 | 0 | 61 | 113 | 121 | 41 | 23 |
| Binary | 110110 | 1000001 | 100001 | 10001 | 0 | 110001 | 1001011 | 1010001 | 100001 | 10011 |
Color Harmonies of #364121
Complementary color
Monochromatic Colors of #364121
Black with #364121
Text Example
Text Example
White with #364121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364121; }
p { color: rgb(54,65,33); }
H1.HeaderClassName
{
color: #364121;
}
.AnyTagClassName
{
color: #364121;
}
</style>
background-color css
<style>
a { background-color: #364121; }
a { background-color: rgb(54,65,33); }
div.DivClassName
{
background-color: #364121;
}
.BgClassName
{
background-color: #364121;
}
</style>
border-color css
<style>
span { border-color: #364121; }
span { border-color: rgb(54,65,33); }
td.TdClassName
{
border-color: #364121;
}
.TagClassName
{
border-color: #364121;
}
</style>