#047855

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

Shades of Watercourse #047855

Tints of Watercourse #047855

Color information

#047855 (or 0x047855) is unknown color: approx Watercourse. HEX triplet: 04, 78 and 55. RGB value is (4,120,85). Sum of RGB (Red+Green+Blue) = 4+120+85=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #047855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047855 is #FB87AA. Grayscale: #515151. Windows color (decimal): -16484267 or 5601284. OLE color: 5601284.

HSL color Cylindrical-coordinate representation of color #047855: hue angle of 161.9º 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 #047855 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB412085-
CMYK0.9700.290.53
HSL161.9º93.55%24.31%-
HSV(B)161.9º96.67%47.06%-
XYZ8.4114.1110.88-
YUV81.33130.0772.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=1.91%
G=57.42%
B=40.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4120850.9700.290.53161.993.5524.31
Hex478556101D35a25e18
Octal41701251410356524213630
Binary10011110001010101110000101110111010110100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047855; }

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

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

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

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

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

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

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

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