Html Css Color HEX #014D0A Myrtle

📋 copy color: '#014D0A'

red 1 ◦ green 77 ◦ blue 10

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

Shades of Myrtle #014D0A

Tints of Myrtle #014D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.36%

R = 1.14%
G = 87.5%
B = 11.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#014D0A (or 0x014D0A) is known color: Myrtle. HEX triplet: 01, 4D and 0A. RGB value is (1,77,10). Sum of RGB (Red+Green+Blue) = 1+77+10=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 77 (30.47% from 255 or 87.5% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 77 - color contains mainly: green. Hex color #014D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D0A is #FEB2F5. Grayscale: #2E2E2E. Windows color (decimal): -16691958 or 675073. OLE color: 675073.

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

Color convert

RGB 1 77 10 -
CMYK 0.99 0 0.87 0.70
HSL 127.11º 0.97% 0.15% -
HSV(B) 127.11º 0.99% 0.3% -
XYZ 2.72 5.34 1.17 -
YUV 46.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 1 77 10 0.99 0 0.87 0.70 127.11 0.97 0.15
Hex 1 4D A 63 0 57 46 7F 61 F
Octal 1 115 12 143 0 127 106 177 141 17
Binary 1 1001101 1010 1100011 0 1010111 1000110 1111111 1100001 1111

Color Harmonies of #014D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D0A

Black with #014D0A

Text Example


Text Example

White with #014D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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