Shades of Turtle Green #363A06
Tints of Turtle Green #363A06
RGB
CMYK
RGB Variations
Color information
#363A06 (or 0x363A06) is known color: Turtle Green. HEX triplet: 36, 3A and 06. RGB value is (54,58,6). Sum of RGB (Red+Green+Blue) = 54+58+6=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #363A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A06 is #C9C5F9. Grayscale: #333333. Windows color (decimal): -13223418 or 408118. OLE color: 408118.
HSL color Cylindrical-coordinate representation of color #363A06: hue angle of 64.62º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #363A06 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 58 | 6 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.77 |
| HSL | 64.62º | 0.81% | 0.13% | - |
| HSV(B) | 64.62º | 0.9% | 0.23% | - |
| XYZ | 3.07 | 3.82 | 0.75 | - |
| YUV | 50.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 6 | 0.07 | 0 | 0.90 | 0.77 | 64.62 | 0.81 | 0.13 |
| Hex | 36 | 3A | 6 | 7 | 0 | 5A | 4D | 41 | 51 | D |
| Octal | 66 | 72 | 6 | 7 | 0 | 132 | 115 | 101 | 121 | 15 |
| Binary | 110110 | 111010 | 110 | 111 | 0 | 1011010 | 1001101 | 1000001 | 1010001 | 1101 |
Color Harmonies of #363A06
Complementary color
Monochromatic Colors of #363A06
Black with #363A06
Text Example
Text Example
White with #363A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A06; }
p { color: rgb(54,58,6); }
H1.HeaderClassName
{
color: #363A06;
}
.AnyTagClassName
{
color: #363A06;
}
</style>
background-color css
<style>
a { background-color: #363A06; }
a { background-color: rgb(54,58,6); }
div.DivClassName
{
background-color: #363A06;
}
.BgClassName
{
background-color: #363A06;
}
</style>
border-color css
<style>
span { border-color: #363A06; }
span { border-color: rgb(54,58,6); }
td.TdClassName
{
border-color: #363A06;
}
.TagClassName
{
border-color: #363A06;
}
</style>