Shades of Turtle Green #363A12
Tints of Turtle Green #363A12
RGB
CMYK
RGB Variations
Color information
#363A12 (or 0x363A12) is known color: Turtle Green. HEX triplet: 36, 3A and 12. RGB value is (54,58,18). Sum of RGB (Red+Green+Blue) = 54+58+18=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #363A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A12 is #C9C5ED. Grayscale: #343434. Windows color (decimal): -13223406 or 1194550. OLE color: 1194550.
HSL color Cylindrical-coordinate representation of color #363A12: hue angle of 66º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363A12 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 18 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.77 |
| HSL | 66º | 0.53% | 0.15% | - |
| HSV(B) | 66º | 0.69% | 0.23% | - |
| XYZ | 3.14 | 3.85 | 1.15 | - |
| YUV | 52.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 18 | 0.07 | 0 | 0.69 | 0.77 | 66 | 0.53 | 0.15 |
| Hex | 36 | 3A | 12 | 7 | 0 | 45 | 4D | 42 | 35 | F |
| Octal | 66 | 72 | 22 | 7 | 0 | 105 | 115 | 102 | 65 | 17 |
| Binary | 110110 | 111010 | 10010 | 111 | 0 | 1000101 | 1001101 | 1000010 | 110101 | 1111 |
Color Harmonies of #363A12
Complementary color
Monochromatic Colors of #363A12
Black with #363A12
Text Example
Text Example
White with #363A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A12; }
p { color: rgb(54,58,18); }
H1.HeaderClassName
{
color: #363A12;
}
.AnyTagClassName
{
color: #363A12;
}
</style>
background-color css
<style>
a { background-color: #363A12; }
a { background-color: rgb(54,58,18); }
div.DivClassName
{
background-color: #363A12;
}
.BgClassName
{
background-color: #363A12;
}
</style>
border-color css
<style>
span { border-color: #363A12; }
span { border-color: rgb(54,58,18); }
td.TdClassName
{
border-color: #363A12;
}
.TagClassName
{
border-color: #363A12;
}
</style>