Shades of Turtle Green #363E22
Tints of Turtle Green #363E22
RGB
CMYK
RGB Variations
Color information
#363E22 (or 0x363E22) is known color: Turtle Green. HEX triplet: 36, 3E and 22. RGB value is (54,62,34). Sum of RGB (Red+Green+Blue) = 54+62+34=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #363E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E22 is #C9C1DD. Grayscale: #383838. Windows color (decimal): -13222366 or 2244150. OLE color: 2244150.
HSL color Cylindrical-coordinate representation of color #363E22: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #363E22 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 34 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.76 |
| HSL | 77.14º | 0.29% | 0.19% | - |
| HSV(B) | 77.14º | 0.45% | 0.24% | - |
| XYZ | 3.53 | 4.35 | 2.17 | - |
| YUV | 56.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 34 | 0.13 | 0 | 0.45 | 0.76 | 77.14 | 0.29 | 0.19 |
| Hex | 36 | 3E | 22 | D | 0 | 2D | 4C | 4D | 1D | 13 |
| Octal | 66 | 76 | 42 | 15 | 0 | 55 | 114 | 115 | 35 | 23 |
| Binary | 110110 | 111110 | 100010 | 1101 | 0 | 101101 | 1001100 | 1001101 | 11101 | 10011 |
Color Harmonies of #363E22
Complementary color
Monochromatic Colors of #363E22
Black with #363E22
Text Example
Text Example
White with #363E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E22; }
p { color: rgb(54,62,34); }
H1.HeaderClassName
{
color: #363E22;
}
.AnyTagClassName
{
color: #363E22;
}
</style>
background-color css
<style>
a { background-color: #363E22; }
a { background-color: rgb(54,62,34); }
div.DivClassName
{
background-color: #363E22;
}
.BgClassName
{
background-color: #363E22;
}
</style>
border-color css
<style>
span { border-color: #363E22; }
span { border-color: rgb(54,62,34); }
td.TdClassName
{
border-color: #363E22;
}
.TagClassName
{
border-color: #363E22;
}
</style>