#045502

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

Shades of Green #045502

Tints of Green #045502

Color information

#045502 (or 0x045502) is unknown color: approx Green. HEX triplet: 04, 55 and 02. RGB value is (4,85,2). Sum of RGB (Red+Green+Blue) = 4+85+2=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 85 (33.59% from 255 or 93.41% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 85 - color contains mainly: green. Hex color #045502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045502 is #FBAAFD. Grayscale: #333333. Windows color (decimal): -16493310 or 152836. OLE color: 152836.

HSL color Cylindrical-coordinate representation of color #045502: hue angle of 118.55º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045502 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB4852-
CMYK0.9500.980.67
HSL118.55º95.4%17.06%-
HSV(B)118.55º97.65%33.33%-
XYZ3.316.531.14-
YUV51.32100.1694.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 85 (33.59% from 255) = 93.41%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=4.40%
G=93.41%
B=2.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal48520.9500.980.67118.5595.417.06
Hex45525F06243775f11
Octal41252137014210316713721
Binary10010101011010111110110001010000111110111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045502; }

 p { color: rgb(4,85,2); }

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

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

 a { background-color: rgb(4,85,2); }

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

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

 span { border-color: rgb(4,85,2); }

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