Shades of Turtle Green #363E01
Tints of Turtle Green #363E01
RGB
CMYK
RGB Variations
Color information
#363E01 (or 0x363E01) is known color: Turtle Green. HEX triplet: 36, 3E and 01. RGB value is (54,62,1). Sum of RGB (Red+Green+Blue) = 54+62+1=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #363E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363E01 is #C9C1FE. Grayscale: #343434. Windows color (decimal): -13222399 or 81462. OLE color: 81462.
HSL color Cylindrical-coordinate representation of color #363E01: hue angle of 67.87º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #363E01 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 1 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.76 |
| HSL | 67.87º | 0.97% | 0.12% | - |
| HSV(B) | 67.87º | 0.98% | 0.24% | - |
| XYZ | 3.25 | 4.23 | 0.67 | - |
| YUV | 52.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 1 | 0.13 | 0 | 0.98 | 0.76 | 67.87 | 0.97 | 0.12 |
| Hex | 36 | 3E | 1 | D | 0 | 62 | 4C | 44 | 61 | C |
| Octal | 66 | 76 | 1 | 15 | 0 | 142 | 114 | 104 | 141 | 14 |
| Binary | 110110 | 111110 | 1 | 1101 | 0 | 1100010 | 1001100 | 1000100 | 1100001 | 1100 |
Color Harmonies of #363E01
Complementary color
Monochromatic Colors of #363E01
Black with #363E01
Text Example
Text Example
White with #363E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E01; }
p { color: rgb(54,62,1); }
H1.HeaderClassName
{
color: #363E01;
}
.AnyTagClassName
{
color: #363E01;
}
</style>
background-color css
<style>
a { background-color: #363E01; }
a { background-color: rgb(54,62,1); }
div.DivClassName
{
background-color: #363E01;
}
.BgClassName
{
background-color: #363E01;
}
</style>
border-color css
<style>
span { border-color: #363E01; }
span { border-color: rgb(54,62,1); }
td.TdClassName
{
border-color: #363E01;
}
.TagClassName
{
border-color: #363E01;
}
</style>