#045500

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

Shades of Green #045500

Tints of Green #045500

Color information

#045500 (or 0x045500) is unknown color: approx Green. HEX triplet: 04, 55 and 00. RGB value is (4,85,0). Sum of RGB (Red+Green+Blue) = 4+85+0=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 85 (33.59% from 255 or 95.51% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 85 - color contains mainly: green. Hex color #045500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045500 is #FBAAFF. Grayscale: #333333. Windows color (decimal): -16493312 or 21764. OLE color: 21764.

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

Color convert

RGB4850-
CMYK0.95010.67
HSL117.18º100%16.67%-
HSV(B)117.18º100%33.33%-
XYZ3.36.521.09-
YUV51.0999.1694.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 85 (33.59% from 255) = 95.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.49%
G=95.51%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal48500.95010.67117.1810016.67
Hex45505F06443756411
Octal41250137014410316514421
Binary1001010101010111110110010010000111110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045500; }

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

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

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

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

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

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

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

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