#045706

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

Shades of Green #045706

Tints of Green #045706

Color information

#045706 (or 0x045706) is unknown color: approx Green. HEX triplet: 04, 57 and 06. RGB value is (4,87,6). Sum of RGB (Red+Green+Blue) = 4+87+6=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 87 (34.38% from 255 or 89.69% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 87 - color contains mainly: green. Hex color #045706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045706 is #FBA8F9. Grayscale: #353535. Windows color (decimal): -16492794 or 415492. OLE color: 415492.

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

Color convert

RGB4876-
CMYK0.9500.930.66
HSL121.45º91.21%17.84%-
HSV(B)121.45º95.4%34.12%-
XYZ3.496.861.31-
YUV52.95101.593.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 87 (34.38% from 255) = 89.69%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=4.12%
G=89.69%
B=6.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal48760.9500.930.66121.4591.2117.84
Hex45765F05D42795b12
Octal41276137013510217113322
Binary100101011111010111110101110110000101111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045706; }

 p { color: rgb(4,87,6); }

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

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

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

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

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

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

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