#047006

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

Shades of Green #047006

Tints of Green #047006

Color information

#047006 (or 0x047006) is unknown color: approx Green. HEX triplet: 04, 70 and 06. RGB value is (4,112,6). Sum of RGB (Red+Green+Blue) = 4+112+6=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 112 (44.14% from 255 or 91.80% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 112 - color contains mainly: green. Hex color #047006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047006 is #FB8FF9. Grayscale: #434343. Windows color (decimal): -16486394 or 421892. OLE color: 421892.

HSL color Cylindrical-coordinate representation of color #047006: hue angle of 121.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047006 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB41126-
CMYK0.9600.950.56
HSL121.11º93.1%22.75%-
HSV(B)121.11º96.43%43.92%-
XYZ5.8811.632.11-
YUV67.6293.2282.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 112 (44.14% from 255) = 91.80%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=3.28%
G=91.80%
B=4.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411260.9600.950.56121.1193.122.75
Hex47066005F38795d17
Octal4160614001377017113527
Binary10011100001101100000010111111110001111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047006; }

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

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

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

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

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

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

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

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