#003E01

Color #003E01 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #003E01

Tints of Myrtle #003E01

Color information

#003E01 (or 0x003E01) is unknown color: approx Myrtle. HEX triplet: 00, 3E and 01. RGB value is (0,62,1). Sum of RGB (Red+Green+Blue) = 0+62+1=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 62 (24.61% from 255 or 98.41% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 62 - color contains mainly: green. Hex color #003E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E01 is #FFC1FE. Grayscale: #242424. Windows color (decimal): -16761343 or 81408. OLE color: 81408.

HSL color Cylindrical-coordinate representation of color #003E01: hue angle of 120.97º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E01 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB0621-
CMYK100.980.76
HSL120.97º100%12.16%-
HSV(B)120.97º100%24.31%-
XYZ1.733.450.6-
YUV36.51107.96101.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 98.41%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=0%
G=98.41%
B=1.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0621100.980.76120.9710012.16
Hex03E1640624C7964c
Octal0761144014211417114414
Binary011111011100100011000101001100111100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E01; }

 p { color: rgb(0,62,1); }

 H1.HeaderClassName
 {
   color: #003E01;
 }
 .AnyTagClassName
 {
   color: #003E01;
 }
</style>
background-color css

<style>
 a { background-color: #003E01; }

 a { background-color: rgb(0,62,1); }

 div.DivClassName
 {
   background-color: #003E01;
 }
 .BgClassName
 {
   background-color: #003E01;
 }
</style>
border-color css

<style>
 span { border-color: #003E01; }

 span { border-color: rgb(0,62,1); }

 td.TdClassName
 {
   border-color: #003E01;
 }
 .TagClassName
 {
   border-color: #003E01;
 }
</style>