Html Css Color HEX #014906 Myrtle

📋 copy color: '#014906'

red 1 ◦ green 73 ◦ blue 6

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

Shades of Myrtle #014906

Tints of Myrtle #014906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 91.25%

 BLUE value IS 6 (2.73% from 255) = 7.5%

R = 1.25%
G = 91.25%
B = 7.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#014906 (or 0x014906) is known color: Myrtle. HEX triplet: 01, 49 and 06. RGB value is (1,73,6). Sum of RGB (Red+Green+Blue) = 1+73+6=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 73 (28.91% from 255 or 91.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 73 - color contains mainly: green. Hex color #014906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014906 is #FEB6F9. Grayscale: #2C2C2C. Windows color (decimal): -16692986 or 411905. OLE color: 411905.

HSL color Cylindrical-coordinate representation of color #014906: hue angle of 124.17º 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 #014906 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 6 -
CMYK 0.99 0 0.92 0.71
HSL 124.17º 0.97% 0.15% -
HSV(B) 124.17º 0.99% 0.29% -
XYZ 2.43 4.78 0.97 -
YUV 43.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 1 73 6 0.99 0 0.92 0.71 124.17 0.97 0.15
Hex 1 49 6 63 0 5C 47 7C 61 F
Octal 1 111 6 143 0 134 107 174 141 17
Binary 1 1001001 110 1100011 0 1011100 1000111 1111100 1100001 1111

Color Harmonies of #014906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014906

Black with #014906

Text Example


Text Example

White with #014906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014906; }

 p { color: rgb(1,73,6); }

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

background-color css

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

 a { background-color: rgb(1,73,6); }

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

border-color css

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

 span { border-color: rgb(1,73,6); }

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