Html Css Color HEX #014D05 Myrtle

📋 copy color: '#014D05'

red 1 ◦ green 77 ◦ blue 5

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

Shades of Myrtle #014D05

Tints of Myrtle #014D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 1.2%
G = 92.77%
B = 6.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#014D05 (or 0x014D05) is known color: Myrtle. HEX triplet: 01, 4D and 05. RGB value is (1,77,5). Sum of RGB (Red+Green+Blue) = 1+77+5=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 77 (30.47% from 255 or 92.77% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 77 - color contains mainly: green. Hex color #014D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D05 is #FEB2FA. Grayscale: #2E2E2E. Windows color (decimal): -16691963 or 347393. OLE color: 347393.

HSL color Cylindrical-coordinate representation of color #014D05: hue angle of 123.16º 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 #014D05 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 77 5 -
CMYK 0.99 0 0.94 0.70
HSL 123.16º 0.97% 0.15% -
HSV(B) 123.16º 0.99% 0.3% -
XYZ 2.69 5.33 1.03 -
YUV 46.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 1 77 5 0.99 0 0.94 0.70 123.16 0.97 0.15
Hex 1 4D 5 63 0 5E 46 7B 61 F
Octal 1 115 5 143 0 136 106 173 141 17
Binary 1 1001101 101 1100011 0 1011110 1000110 1111011 1100001 1111

Color Harmonies of #014D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D05

Black with #014D05

Text Example


Text Example

White with #014D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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