#047850

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

Shades of Watercourse #047850

Tints of Watercourse #047850

Color information

#047850 (or 0x047850) is unknown color: approx Watercourse. HEX triplet: 04, 78 and 50. RGB value is (4,120,80). Sum of RGB (Red+Green+Blue) = 4+120+80=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #047850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047850 is #FB87AF. Grayscale: #505050. Windows color (decimal): -16484272 or 5273604. OLE color: 5273604.

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

Color convert

RGB412080-
CMYK0.9700.330.53
HSL159.31º93.55%24.31%-
HSV(B)159.31º96.67%47.06%-
XYZ8.2114.049.87-
YUV80.76127.5773.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 120 (47.27% from 255) = 58.82%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=1.96%
G=58.82%
B=39.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4120800.9700.330.53159.3193.5524.31
Hex4785061021359f5e18
Octal41701201410416523713630
Binary100111100010100001100001010000111010110011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047850; }

 p { color: rgb(4,120,80); }

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

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

 a { background-color: rgb(4,120,80); }

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

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

 span { border-color: rgb(4,120,80); }

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