#047C49

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

Shades of Watercourse #047C49

Tints of Watercourse #047C49

Color information

#047C49 (or 0x047C49) is unknown color: approx Watercourse. HEX triplet: 04, 7C and 49. RGB value is (4,124,73). Sum of RGB (Red+Green+Blue) = 4+124+73=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #047C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047C49 is #FB83B6. Grayscale: #525252. Windows color (decimal): -16483255 or 4815876. OLE color: 4815876.

HSL color Cylindrical-coordinate representation of color #047C49: hue angle of 154.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C49 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB412473-
CMYK0.9700.410.51
HSL154.5º93.75%25.1%-
HSV(B)154.5º96.77%48.63%-
XYZ8.4614.928.74-
YUV82.31122.7472.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 124 (48.83% from 255) = 61.69%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=1.99%
G=61.69%
B=36.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4124730.9700.410.51154.593.7525.1
Hex47C4961029339a5e19
Octal41741111410516323213631
Binary100111110010010011100001010100111001110011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047C49; }

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

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

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

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

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

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

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

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