#045D05

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

Shades of Green #045D05

Tints of Green #045D05

Color information

#045D05 (or 0x045D05) is unknown color: approx Green. HEX triplet: 04, 5D and 05. RGB value is (4,93,5). Sum of RGB (Red+Green+Blue) = 4+93+5=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 93 (36.72% from 255 or 91.18% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 93 - color contains mainly: green. Hex color #045D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045D05 is #FBA2FA. Grayscale: #383838. Windows color (decimal): -16491259 or 351492. OLE color: 351492.

HSL color Cylindrical-coordinate representation of color #045D05: hue angle of 120.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D05 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB4935-
CMYK0.9600.950.64
HSL120.67º91.75%19.02%-
HSV(B)120.67º95.7%36.47%-
XYZ3.997.871.45-
YUV56.3699.0190.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 93 (36.72% from 255) = 91.18%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=3.92%
G=91.18%
B=4.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal49350.9600.950.64120.6791.7519.02
Hex45D56005F40795c13
Octal41355140013710017113423
Binary100101110110111000000101111110000001111001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,93,5); }

 H1.HeaderClassName
 {
   color: #045D05;
 }
 .AnyTagClassName
 {
   color: #045D05;
 }
</style>
background-color css

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

 a { background-color: rgb(4,93,5); }

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

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

 span { border-color: rgb(4,93,5); }

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