Html Css Color HEX #014A0A Myrtle

📋 copy color: '#014A0A'

red 1 ◦ green 74 ◦ blue 10

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

Shades of Myrtle #014A0A

Tints of Myrtle #014A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 87.06%

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

R = 1.18%
G = 87.06%
B = 11.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#014A0A (or 0x014A0A) is known color: Myrtle. HEX triplet: 01, 4A and 0A. RGB value is (1,74,10). Sum of RGB (Red+Green+Blue) = 1+74+10=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 74 (29.30% from 255 or 87.06% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 74 - color contains mainly: green. Hex color #014A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A0A is #FEB5F5. Grayscale: #2D2D2D. Windows color (decimal): -16692726 or 674305. OLE color: 674305.

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

Color convert

RGB 1 74 10 -
CMYK 0.99 0 0.86 0.71
HSL 127.4º 0.97% 0.15% -
HSV(B) 127.4º 0.99% 0.29% -
XYZ 2.52 4.93 1.11 -
YUV 44.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 1 74 10 0.99 0 0.86 0.71 127.4 0.97 0.15
Hex 1 4A A 63 0 56 47 7F 61 F
Octal 1 112 12 143 0 126 107 177 141 17
Binary 1 1001010 1010 1100011 0 1010110 1000111 1111111 1100001 1111

Color Harmonies of #014A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A0A

Black with #014A0A

Text Example


Text Example

White with #014A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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