#045605

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

Shades of Green #045605

Tints of Green #045605

Color information

#045605 (or 0x045605) is unknown color: approx Green. HEX triplet: 04, 56 and 05. RGB value is (4,86,5). Sum of RGB (Red+Green+Blue) = 4+86+5=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 86 (33.98% from 255 or 90.53% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 86 - color contains mainly: green. Hex color #045605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045605 is #FBA9FA. Grayscale: #343434. Windows color (decimal): -16493051 or 349700. OLE color: 349700.

HSL color Cylindrical-coordinate representation of color #045605: hue angle of 120.73º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045605 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB4865-
CMYK0.9500.940.66
HSL120.73º91.11%17.65%-
HSV(B)120.73º95.35%33.73%-
XYZ3.416.691.26-
YUV52.25101.3393.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 86 (33.98% from 255) = 90.53%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=4.21%
G=90.53%
B=5.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal48650.9500.940.66120.7391.1117.65
Hex45655F05E42795b12
Octal41265137013610217113322
Binary100101011010110111110101111010000101111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045605; }

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

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

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

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

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

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

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

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