#045E01

Color #045E01 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #045E01

Tints of Green #045E01

Color information

#045E01 (or 0x045E01) is unknown color: approx 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

RGB4941-
CMYK0.9600.990.63
HSL118.06º97.89%18.63%-
HSV(B)118.06º98.94%36.86%-
XYZ4.068.031.37-
YUV56.4996.6890.56-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal49410.9600.990.63118.0697.8918.63
Hex45E1600633F766213
Octal4136114001437716614223
Binary100101111011100000011000111111111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>