Shades of Turtle Green #363A11
Tints of Turtle Green #363A11
RGB
CMYK
RGB Variations
Color information
#363A11 (or 0x363A11) is known color: Turtle Green. HEX triplet: 36, 3A and 11. RGB value is (54,58,17). Sum of RGB (Red+Green+Blue) = 54+58+17=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #363A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A11 is #C9C5EE. Grayscale: #343434. Windows color (decimal): -13223407 or 1129014. OLE color: 1129014.
HSL color Cylindrical-coordinate representation of color #363A11: hue angle of 65.85º 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 #363A11 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 17 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.77 |
| HSL | 65.85º | 0.55% | 0.15% | - |
| HSV(B) | 65.85º | 0.71% | 0.23% | - |
| XYZ | 3.14 | 3.85 | 1.11 | - |
| YUV | 52.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 17 | 0.07 | 0 | 0.71 | 0.77 | 65.85 | 0.55 | 0.15 |
| Hex | 36 | 3A | 11 | 7 | 0 | 47 | 4D | 42 | 37 | F |
| Octal | 66 | 72 | 21 | 7 | 0 | 107 | 115 | 102 | 67 | 17 |
| Binary | 110110 | 111010 | 10001 | 111 | 0 | 1000111 | 1001101 | 1000010 | 110111 | 1111 |
Color Harmonies of #363A11
Complementary color
Monochromatic Colors of #363A11
Black with #363A11
Text Example
Text Example
White with #363A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A11; }
p { color: rgb(54,58,17); }
H1.HeaderClassName
{
color: #363A11;
}
.AnyTagClassName
{
color: #363A11;
}
</style>
background-color css
<style>
a { background-color: #363A11; }
a { background-color: rgb(54,58,17); }
div.DivClassName
{
background-color: #363A11;
}
.BgClassName
{
background-color: #363A11;
}
</style>
border-color css
<style>
span { border-color: #363A11; }
span { border-color: rgb(54,58,17); }
td.TdClassName
{
border-color: #363A11;
}
.TagClassName
{
border-color: #363A11;
}
</style>