Html Css Color HEX #044B01 Myrtle

📋 copy color: '#044B01'

red 4 ◦ green 75 ◦ blue 1

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

Shades of Myrtle #044B01

Tints of Myrtle #044B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 93.75%

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

R = 5%
G = 93.75%
B = 1.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#044B01 (or 0x044B01) is known color: Myrtle. HEX triplet: 04, 4B and 01. RGB value is (4,75,1). Sum of RGB (Red+Green+Blue) = 4+75+1=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 75 (29.69% from 255 or 93.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 75 - color contains mainly: green. Hex color #044B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044B01 is #FBB4FE. Grayscale: #2D2D2D. Windows color (decimal): -16495871 or 84740. OLE color: 84740.

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

Color convert

RGB 4 75 1 -
CMYK 0.95 0 0.99 0.71
HSL 117.57º 0.97% 0.15% -
HSV(B) 117.57º 0.99% 0.29% -
XYZ 2.57 5.06 0.87 -
YUV 45.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 4 75 1 0.95 0 0.99 0.71 117.57 0.97 0.15
Hex 4 4B 1 5F 0 63 47 76 61 F
Octal 4 113 1 137 0 143 107 166 141 17
Binary 100 1001011 1 1011111 0 1100011 1000111 1110110 1100001 1111

Color Harmonies of #044B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044B01

Black with #044B01

Text Example


Text Example

White with #044B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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