Html Css Color HEX #014009 Myrtle

📋 copy color: '#014009'

red 1 ◦ green 64 ◦ blue 9

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

Shades of Myrtle #014009

Tints of Myrtle #014009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 86.49%

 BLUE value IS 9 (3.91% from 255) = 12.16%

R = 1.35%
G = 86.49%
B = 12.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#014009 (or 0x014009) is known color: Myrtle. HEX triplet: 01, 40 and 09. RGB value is (1,64,9). Sum of RGB (Red+Green+Blue) = 1+64+9=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #014009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014009 is #FEBFF6. Grayscale: #272727. Windows color (decimal): -16695287 or 606209. OLE color: 606209.

HSL color Cylindrical-coordinate representation of color #014009: hue angle of 127.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014009 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 9 -
CMYK 0.98 0 0.86 0.75
HSL 127.62º 0.97% 0.13% -
HSV(B) 127.62º 0.98% 0.25% -
XYZ 1.9 3.69 0.87 -
YUV 38.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 1 64 9 0.98 0 0.86 0.75 127.62 0.97 0.13
Hex 1 40 9 62 0 56 4B 80 61 D
Octal 1 100 11 142 0 126 113 200 141 15
Binary 1 1000000 1001 1100010 0 1010110 1001011 10000000 1100001 1101

Color Harmonies of #014009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014009

Black with #014009

Text Example


Text Example

White with #014009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014009; }

 p { color: rgb(1,64,9); }

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

background-color css

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

 a { background-color: rgb(1,64,9); }

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

border-color css

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

 span { border-color: rgb(1,64,9); }

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