Html Css Color HEX #013E03 Myrtle

📋 copy color: '#013E03'

red 1 ◦ green 62 ◦ blue 3

#013E03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #013E03

Tints of Myrtle #013E03

RGB

 RED value IS 1 (0.78% from 255) = 1.52%

 GREEN value IS 62 (24.61% from 255) = 93.94%

 BLUE value IS 3 (1.56% from 255) = 4.55%

R = 1.52%
G = 93.94%
B = 4.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#013E03 (or 0x013E03) is known color: Myrtle. HEX triplet: 01, 3E and 03. RGB value is (1,62,3). Sum of RGB (Red+Green+Blue) = 1+62+3=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 62 (24.61% from 255 or 93.94% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 62 - color contains mainly: green. Hex color #013E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E03 is #FEC1FC. Grayscale: #252525. Windows color (decimal): -16695805 or 212481. OLE color: 212481.

HSL color Cylindrical-coordinate representation of color #013E03: hue angle of 121.97º 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 #013E03 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 3 -
CMYK 0.98 0 0.95 0.76
HSL 121.97º 0.97% 0.12% -
HSV(B) 121.97º 0.98% 0.24% -
XYZ 1.75 3.46 0.66 -
YUV 37.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 1 62 3 0.98 0 0.95 0.76 121.97 0.97 0.12
Hex 1 3E 3 62 0 5F 4C 7A 61 C
Octal 1 76 3 142 0 137 114 172 141 14
Binary 1 111110 11 1100010 0 1011111 1001100 1111010 1100001 1100

Color Harmonies of #013E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E03

Black with #013E03

Text Example


Text Example

White with #013E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E03; }

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

 H1.HeaderClassName
 {
   color: #013E03;
 }
 .AnyTagClassName
 {
   color: #013E03;
 }
</style>

background-color css

<style>
 a { background-color: #013E03; }

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

 div.DivClassName
 {
   background-color: #013E03;
 }
 .BgClassName
 {
   background-color: #013E03;
 }
</style>

border-color css

<style>
 span { border-color: #013E03; }

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

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