#047506

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

Shades of Green #047506

Tints of Green #047506

Color information

#047506 (or 0x047506) is unknown color: approx Green. HEX triplet: 04, 75 and 06. RGB value is (4,117,6). Sum of RGB (Red+Green+Blue) = 4+117+6=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 117 (46.09% from 255 or 92.13% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 117 - color contains mainly: green. Hex color #047506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047506 is #FB8AF9. Grayscale: #464646. Windows color (decimal): -16485114 or 423172. OLE color: 423172.

HSL color Cylindrical-coordinate representation of color #047506: hue angle of 121.06º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047506 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB41176-
CMYK0.9700.950.54
HSL121.06º93.39%23.73%-
HSV(B)121.06º96.58%45.88%-
XYZ6.4412.762.3-
YUV70.5691.5680.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 117 (46.09% from 255) = 92.13%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=3.15%
G=92.13%
B=4.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411760.9700.950.54121.0693.3923.73
Hex47566105F36795d18
Octal4165614101376617113530
Binary10011101011101100001010111111101101111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047506; }

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

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

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

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

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

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

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

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