#047949

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

Shades of Watercourse #047949

Tints of Watercourse #047949

Color information

#047949 (or 0x047949) is unknown color: approx Watercourse. HEX triplet: 04, 79 and 49. RGB value is (4,121,73). Sum of RGB (Red+Green+Blue) = 4+121+73=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #047949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047949 is #FB86B6. Grayscale: #505050. Windows color (decimal): -16484023 or 4815108. OLE color: 4815108.

HSL color Cylindrical-coordinate representation of color #047949: hue angle of 155.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047949 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB412173-
CMYK0.9700.400.53
HSL155.38º93.6%24.51%-
HSV(B)155.38º96.69%47.45%-
XYZ8.0914.188.61-
YUV80.54123.7473.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 121 (47.66% from 255) = 61.11%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=2.02%
G=61.11%
B=36.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4121730.9700.400.53155.3893.624.51
Hex4794961028359b5e19
Octal41711111410506523313631
Binary100111100110010011100001010100011010110011011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047949; }

 p { color: rgb(4,121,73); }

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

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

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

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

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

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

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