Shades of Turtle Green #363F01
Tints of Turtle Green #363F01
RGB
CMYK
RGB Variations
Color information
#363F01 (or 0x363F01) is known color: Turtle Green. HEX triplet: 36, 3F and 01. RGB value is (54,63,1). Sum of RGB (Red+Green+Blue) = 54+63+1=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #363F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F01 is #C9C0FE. Grayscale: #353535. Windows color (decimal): -13222143 or 81718. OLE color: 81718.
HSL color Cylindrical-coordinate representation of color #363F01: hue angle of 68.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #363F01 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 1 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.75 |
| HSL | 68.71º | 0.97% | 0.13% | - |
| HSV(B) | 68.71º | 0.98% | 0.25% | - |
| XYZ | 3.3 | 4.34 | 0.69 | - |
| YUV | 53.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 1 | 0.14 | 0 | 0.98 | 0.75 | 68.71 | 0.97 | 0.13 |
| Hex | 36 | 3F | 1 | E | 0 | 62 | 4B | 45 | 61 | D |
| Octal | 66 | 77 | 1 | 16 | 0 | 142 | 113 | 105 | 141 | 15 |
| Binary | 110110 | 111111 | 1 | 1110 | 0 | 1100010 | 1001011 | 1000101 | 1100001 | 1101 |
Color Harmonies of #363F01
Complementary color
Monochromatic Colors of #363F01
Black with #363F01
Text Example
Text Example
White with #363F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F01; }
p { color: rgb(54,63,1); }
H1.HeaderClassName
{
color: #363F01;
}
.AnyTagClassName
{
color: #363F01;
}
</style>
background-color css
<style>
a { background-color: #363F01; }
a { background-color: rgb(54,63,1); }
div.DivClassName
{
background-color: #363F01;
}
.BgClassName
{
background-color: #363F01;
}
</style>
border-color css
<style>
span { border-color: #363F01; }
span { border-color: rgb(54,63,1); }
td.TdClassName
{
border-color: #363F01;
}
.TagClassName
{
border-color: #363F01;
}
</style>