#047655

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

Shades of Watercourse #047655

Tints of Watercourse #047655

Color information

#047655 (or 0x047655) is unknown color: approx Watercourse. HEX triplet: 04, 76 and 55. RGB value is (4,118,85). Sum of RGB (Red+Green+Blue) = 4+118+85=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #047655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047655 is #FB89AA. Grayscale: #505050. Windows color (decimal): -16484779 or 5600772. OLE color: 5600772.

HSL color Cylindrical-coordinate representation of color #047655: hue angle of 162.63º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047655 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB411885-
CMYK0.9700.280.54
HSL162.63º93.44%23.92%-
HSV(B)162.63º96.61%46.27%-
XYZ8.1713.6410.8-
YUV80.15130.7373.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=1.93%
G=57.00%
B=41.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4118850.9700.280.54162.6393.4423.92
Hex476556101C36a35d18
Octal41661251410346624313530
Binary10011101101010101110000101110011011010100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047655; }

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

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

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

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

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

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

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

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