Html Css Color HEX #044001 Myrtle

📋 copy color: '#044001'

red 4 ◦ green 64 ◦ blue 1

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

Shades of Myrtle #044001

Tints of Myrtle #044001

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

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

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

Color convert

RGB 4 64 1 -
CMYK 0.94 0 0.98 0.75
HSL 117.14º 0.97% 0.13% -
HSV(B) 117.14º 0.98% 0.25% -
XYZ 1.89 3.69 0.64 -
YUV 38.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 4 64 1 0.94 0 0.98 0.75 117.14 0.97 0.13
Hex 4 40 1 5E 0 62 4B 75 61 D
Octal 4 100 1 136 0 142 113 165 141 15
Binary 100 1000000 1 1011110 0 1100010 1001011 1110101 1100001 1101

Color Harmonies of #044001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044001

Black with #044001

Text Example


Text Example

White with #044001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044001; }

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

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

background-color css

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

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

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

border-color css

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

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

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