Shades of Turtle Green #363B11
Tints of Turtle Green #363B11
RGB
CMYK
RGB Variations
Color information
#363B11 (or 0x363B11) is known color: Turtle Green. HEX triplet: 36, 3B and 11. RGB value is (54,59,17). Sum of RGB (Red+Green+Blue) = 54+59+17=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 59 - color contains mainly: green. Hex color #363B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B11 is #C9C4EE. Grayscale: #343434. Windows color (decimal): -13223151 or 1129270. OLE color: 1129270.
HSL color Cylindrical-coordinate representation of color #363B11: hue angle of 67.14º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363B11 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 17 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.77 |
| HSL | 67.14º | 0.55% | 0.15% | - |
| HSV(B) | 67.14º | 0.71% | 0.23% | - |
| XYZ | 3.19 | 3.95 | 1.13 | - |
| YUV | 52.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 17 | 0.08 | 0 | 0.71 | 0.77 | 67.14 | 0.55 | 0.15 |
| Hex | 36 | 3B | 11 | 8 | 0 | 47 | 4D | 43 | 37 | F |
| Octal | 66 | 73 | 21 | 10 | 0 | 107 | 115 | 103 | 67 | 17 |
| Binary | 110110 | 111011 | 10001 | 1000 | 0 | 1000111 | 1001101 | 1000011 | 110111 | 1111 |
Color Harmonies of #363B11
Complementary color
Monochromatic Colors of #363B11
Black with #363B11
Text Example
Text Example
White with #363B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B11; }
p { color: rgb(54,59,17); }
H1.HeaderClassName
{
color: #363B11;
}
.AnyTagClassName
{
color: #363B11;
}
</style>
background-color css
<style>
a { background-color: #363B11; }
a { background-color: rgb(54,59,17); }
div.DivClassName
{
background-color: #363B11;
}
.BgClassName
{
background-color: #363B11;
}
</style>
border-color css
<style>
span { border-color: #363B11; }
span { border-color: rgb(54,59,17); }
td.TdClassName
{
border-color: #363B11;
}
.TagClassName
{
border-color: #363B11;
}
</style>