Html Css Color HEX #014D04 Myrtle

📋 copy color: '#014D04'

red 1 ◦ green 77 ◦ blue 4

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

Shades of Myrtle #014D04

Tints of Myrtle #014D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 93.9%

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

R = 1.22%
G = 93.9%
B = 4.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#014D04 (or 0x014D04) is known color: Myrtle. HEX triplet: 01, 4D and 04. RGB value is (1,77,4). Sum of RGB (Red+Green+Blue) = 1+77+4=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 77 (30.47% from 255 or 93.90% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 77 - color contains mainly: green. Hex color #014D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D04 is #FEB2FB. Grayscale: #2E2E2E. Windows color (decimal): -16691964 or 281857. OLE color: 281857.

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

Color convert

RGB 1 77 4 -
CMYK 0.99 0 0.95 0.70
HSL 122.37º 0.97% 0.15% -
HSV(B) 122.37º 0.99% 0.3% -
XYZ 2.69 5.32 1 -
YUV 45.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 1 77 4 0.99 0 0.95 0.70 122.37 0.97 0.15
Hex 1 4D 4 63 0 5F 46 7A 61 F
Octal 1 115 4 143 0 137 106 172 141 17
Binary 1 1001101 100 1100011 0 1011111 1000110 1111010 1100001 1111

Color Harmonies of #014D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D04

Black with #014D04

Text Example


Text Example

White with #014D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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