Shades of Turtle Green #363E02
Tints of Turtle Green #363E02
RGB
CMYK
RGB Variations
Color information
#363E02 (or 0x363E02) is known color: Turtle Green. HEX triplet: 36, 3E and 02. RGB value is (54,62,2). Sum of RGB (Red+Green+Blue) = 54+62+2=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #363E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363E02 is #C9C1FD. Grayscale: #353535. Windows color (decimal): -13222398 or 146998. OLE color: 146998.
HSL color Cylindrical-coordinate representation of color #363E02: hue angle of 68º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #363E02 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 2 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.76 |
| HSL | 68º | 0.94% | 0.13% | - |
| HSV(B) | 68º | 0.97% | 0.24% | - |
| XYZ | 3.25 | 4.23 | 0.7 | - |
| YUV | 52.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 2 | 0.13 | 0 | 0.97 | 0.76 | 68 | 0.94 | 0.13 |
| Hex | 36 | 3E | 2 | D | 0 | 61 | 4C | 44 | 5E | D |
| Octal | 66 | 76 | 2 | 15 | 0 | 141 | 114 | 104 | 136 | 15 |
| Binary | 110110 | 111110 | 10 | 1101 | 0 | 1100001 | 1001100 | 1000100 | 1011110 | 1101 |
Color Harmonies of #363E02
Complementary color
Monochromatic Colors of #363E02
Black with #363E02
Text Example
Text Example
White with #363E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E02; }
p { color: rgb(54,62,2); }
H1.HeaderClassName
{
color: #363E02;
}
.AnyTagClassName
{
color: #363E02;
}
</style>
background-color css
<style>
a { background-color: #363E02; }
a { background-color: rgb(54,62,2); }
div.DivClassName
{
background-color: #363E02;
}
.BgClassName
{
background-color: #363E02;
}
</style>
border-color css
<style>
span { border-color: #363E02; }
span { border-color: rgb(54,62,2); }
td.TdClassName
{
border-color: #363E02;
}
.TagClassName
{
border-color: #363E02;
}
</style>