Shades of Turtle Green #363E06
Tints of Turtle Green #363E06
RGB
CMYK
RGB Variations
Color information
#363E06 (or 0x363E06) is known color: Turtle Green. HEX triplet: 36, 3E and 06. RGB value is (54,62,6). Sum of RGB (Red+Green+Blue) = 54+62+6=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #363E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363E06 is #C9C1F9. Grayscale: #353535. Windows color (decimal): -13222394 or 409142. OLE color: 409142.
HSL color Cylindrical-coordinate representation of color #363E06: hue angle of 68.57º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #363E06 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 6 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.76 |
| HSL | 68.57º | 0.82% | 0.13% | - |
| HSV(B) | 68.57º | 0.9% | 0.24% | - |
| XYZ | 3.28 | 4.24 | 0.82 | - |
| YUV | 53.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 6 | 0.13 | 0 | 0.90 | 0.76 | 68.57 | 0.82 | 0.13 |
| Hex | 36 | 3E | 6 | D | 0 | 5A | 4C | 45 | 52 | D |
| Octal | 66 | 76 | 6 | 15 | 0 | 132 | 114 | 105 | 122 | 15 |
| Binary | 110110 | 111110 | 110 | 1101 | 0 | 1011010 | 1001100 | 1000101 | 1010010 | 1101 |
Color Harmonies of #363E06
Complementary color
Monochromatic Colors of #363E06
Black with #363E06
Text Example
Text Example
White with #363E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E06; }
p { color: rgb(54,62,6); }
H1.HeaderClassName
{
color: #363E06;
}
.AnyTagClassName
{
color: #363E06;
}
</style>
background-color css
<style>
a { background-color: #363E06; }
a { background-color: rgb(54,62,6); }
div.DivClassName
{
background-color: #363E06;
}
.BgClassName
{
background-color: #363E06;
}
</style>
border-color css
<style>
span { border-color: #363E06; }
span { border-color: rgb(54,62,6); }
td.TdClassName
{
border-color: #363E06;
}
.TagClassName
{
border-color: #363E06;
}
</style>