Html Css Color HEX #014004 Myrtle

📋 copy color: '#014004'

red 1 ◦ green 64 ◦ blue 4

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

Shades of Myrtle #014004

Tints of Myrtle #014004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.8%

R = 1.45%
G = 92.75%
B = 5.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#014004 (or 0x014004) is known color: Myrtle. HEX triplet: 01, 40 and 04. RGB value is (1,64,4). Sum of RGB (Red+Green+Blue) = 1+64+4=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 64 (25.39% from 255 or 92.75% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 64 - color contains mainly: green. Hex color #014004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014004 is #FEBFFB. Grayscale: #262626. Windows color (decimal): -16695292 or 278529. OLE color: 278529.

HSL color Cylindrical-coordinate representation of color #014004: hue angle of 122.86º 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 #014004 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 4 -
CMYK 0.98 0 0.94 0.75
HSL 122.86º 0.97% 0.13% -
HSV(B) 122.86º 0.98% 0.25% -
XYZ 1.87 3.68 0.73 -
YUV 38.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 1 64 4 0.98 0 0.94 0.75 122.86 0.97 0.13
Hex 1 40 4 62 0 5E 4B 7B 61 D
Octal 1 100 4 142 0 136 113 173 141 15
Binary 1 1000000 100 1100010 0 1011110 1001011 1111011 1100001 1101

Color Harmonies of #014004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014004

Black with #014004

Text Example


Text Example

White with #014004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014004; }

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

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

background-color css

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

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

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

border-color css

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

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

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