Html Css Color HEX #014E04 Myrtle

📋 copy color: '#014E04'

red 1 ◦ green 78 ◦ blue 4

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

Shades of Myrtle #014E04

Tints of Myrtle #014E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 93.98%

 BLUE value IS 4 (1.95% from 255) = 4.82%

R = 1.2%
G = 93.98%
B = 4.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#014E04 (or 0x014E04) is known color: Myrtle. HEX triplet: 01, 4E and 04. RGB value is (1,78,4). Sum of RGB (Red+Green+Blue) = 1+78+4=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 78 (30.86% from 255 or 93.98% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 78 - color contains mainly: green. Hex color #014E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E04 is #FEB1FB. Grayscale: #2E2E2E. Windows color (decimal): -16691708 or 282113. OLE color: 282113.

HSL color Cylindrical-coordinate representation of color #014E04: hue angle of 122.34º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E04 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 78 4 -
CMYK 0.99 0 0.95 0.69
HSL 122.34º 0.97% 0.15% -
HSV(B) 122.34º 0.99% 0.31% -
XYZ 2.76 5.46 1.02 -
YUV 46.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 1 78 4 0.99 0 0.95 0.69 122.34 0.97 0.15
Hex 1 4E 4 63 0 5F 45 7A 61 F
Octal 1 116 4 143 0 137 105 172 141 17
Binary 1 1001110 100 1100011 0 1011111 1000101 1111010 1100001 1111

Color Harmonies of #014E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E04

Black with #014E04

Text Example


Text Example

White with #014E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014E04; }

 p { color: rgb(1,78,4); }

 H1.HeaderClassName
 {
   color: #014E04;
 }
 .AnyTagClassName
 {
   color: #014E04;
 }
</style>

background-color css

<style>
 a { background-color: #014E04; }

 a { background-color: rgb(1,78,4); }

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

border-color css

<style>
 span { border-color: #014E04; }

 span { border-color: rgb(1,78,4); }

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