Html Css Color HEX #045E01 Green

📋 copy color: '#045E01'

red 4 ◦ green 94 ◦ blue 1

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

Shades of Green #045E01

Tints of Green #045E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 94.95%

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

R = 4.04%
G = 94.95%
B = 1.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#045E01 (or 0x045E01) is known color: Green. HEX triplet: 04, 5E and 01. RGB value is (4,94,1). Sum of RGB (Red+Green+Blue) = 4+94+1=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 94 (37.11% from 255 or 94.95% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 94 - color contains mainly: green. Hex color #045E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045E01 is #FBA1FE. Grayscale: #383838. Windows color (decimal): -16491007 or 89604. OLE color: 89604.

HSL color Cylindrical-coordinate representation of color #045E01: hue angle of 118.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #045E01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 94 1 -
CMYK 0.96 0 0.99 0.63
HSL 118.06º 0.98% 0.19% -
HSV(B) 118.06º 0.99% 0.37% -
XYZ 4.06 8.03 1.37 -
YUV 56.49 96.68 90.56 -
System Red Green Blue C M Y K H S L
Decimal 4 94 1 0.96 0 0.99 0.63 118.06 0.98 0.19
Hex 4 5E 1 60 0 63 3F 76 62 13
Octal 4 136 1 140 0 143 77 166 142 23
Binary 100 1011110 1 1100000 0 1100011 111111 1110110 1100010 10011

Color Harmonies of #045E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E01

Black with #045E01

Text Example


Text Example

White with #045E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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