#047356

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

Shades of Watercourse #047356

Tints of Watercourse #047356

Color information

#047356 (or 0x047356) is unknown color: approx Watercourse. HEX triplet: 04, 73 and 56. RGB value is (4,115,86). Sum of RGB (Red+Green+Blue) = 4+115+86=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #047356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047356 is #FB8CA9. Grayscale: #4E4E4E. Windows color (decimal): -16485546 or 5665540. OLE color: 5665540.

HSL color Cylindrical-coordinate representation of color #047356: hue angle of 164.32º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047356 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB411586-
CMYK0.9700.250.55
HSL164.32º93.28%23.33%-
HSV(B)164.32º96.52%45.1%-
XYZ7.8612.9610.89-
YUV78.5132.2374.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=1.95%
G=56.10%
B=41.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115860.9700.250.55164.3293.2823.33
Hex473566101937a45d17
Octal41631261410316724413527
Binary10011100111010110110000101100111011110100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047356; }

 p { color: rgb(4,115,86); }

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

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

 a { background-color: rgb(4,115,86); }

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

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

 span { border-color: rgb(4,115,86); }

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