#045604

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

Shades of Green #045604

Tints of Green #045604

Color information

#045604 (or 0x045604) is unknown color: approx Green. HEX triplet: 04, 56 and 04. RGB value is (4,86,4). Sum of RGB (Red+Green+Blue) = 4+86+4=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 86 (33.98% from 255 or 91.49% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 86 - color contains mainly: green. Hex color #045604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045604 is #FBA9FB. Grayscale: #343434. Windows color (decimal): -16493052 or 284164. OLE color: 284164.

HSL color Cylindrical-coordinate representation of color #045604: hue angle of 120º 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 #045604 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB4864-
CMYK0.9500.950.66
HSL120º91.11%17.65%-
HSV(B)120º95.35%33.73%-
XYZ3.46.691.23-
YUV52.13100.8393.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 86 (33.98% from 255) = 91.49%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=4.26%
G=91.49%
B=4.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal48640.9500.950.6612091.1117.65
Hex45645F05F42785b12
Octal41264137013710217013322
Binary100101011010010111110101111110000101111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045604; }

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

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

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

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

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

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

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

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