#047348

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

Shades of Watercourse #047348

Tints of Watercourse #047348

Color information

#047348 (or 0x047348) is unknown color: approx Watercourse. HEX triplet: 04, 73 and 48. RGB value is (4,115,72). Sum of RGB (Red+Green+Blue) = 4+115+72=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 115 (45.31% from 255 or 60.21% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 115 - color contains mainly: green. Hex color #047348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047348 is #FB8CB7. Grayscale: #4C4C4C. Windows color (decimal): -16485560 or 4748036. OLE color: 4748036.

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

Color convert

RGB411572-
CMYK0.9700.370.55
HSL156.76º93.28%23.33%-
HSV(B)156.76º96.52%45.1%-
XYZ7.3512.768.21-
YUV76.91125.2376-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 115 (45.31% from 255) = 60.21%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=2.09%
G=60.21%
B=37.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115720.9700.370.55156.7693.2823.33
Hex4734861025379d5d17
Octal41631101410456723513527
Binary100111001110010001100001010010111011110011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047348; }

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

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

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

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

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

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

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

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