#047044

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

Shades of Watercourse #047044

Tints of Watercourse #047044

Color information

#047044 (or 0x047044) is unknown color: approx Watercourse. HEX triplet: 04, 70 and 44. RGB value is (4,112,68). Sum of RGB (Red+Green+Blue) = 4+112+68=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #047044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047044 is #FB8FBB. Grayscale: #4A4A4A. Windows color (decimal): -16486332 or 4485124. OLE color: 4485124.

HSL color Cylindrical-coordinate representation of color #047044: hue angle of 155.56º 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 #047044 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB411268-
CMYK0.9600.390.56
HSL155.56º93.1%22.75%-
HSV(B)155.56º96.43%43.92%-
XYZ6.8912.037.43-
YUV74.69124.2277.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 112 (44.14% from 255) = 60.87%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=2.17%
G=60.87%
B=36.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112680.9600.390.56155.5693.122.75
Hex4704460027389c5d17
Octal41601041400477023413527
Binary100111000010001001100000010011111100010011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047044; }

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

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

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

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

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

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

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

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