#047350

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

Shades of Watercourse #047350

Tints of Watercourse #047350

Color information

#047350 (or 0x047350) is unknown color: approx Watercourse. HEX triplet: 04, 73 and 50. RGB value is (4,115,80). Sum of RGB (Red+Green+Blue) = 4+115+80=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #047350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047350 is #FB8CAF. Grayscale: #4D4D4D. Windows color (decimal): -16485552 or 5272324. OLE color: 5272324.

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

Color convert

RGB411580-
CMYK0.9700.300.55
HSL161.08º93.28%23.33%-
HSV(B)161.08º96.52%45.1%-
XYZ7.6312.879.67-
YUV77.82129.2375.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=2.01%
G=57.79%
B=40.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115800.9700.300.55161.0893.2823.33
Hex473506101E37a15d17
Octal41631201410366724113527
Binary10011100111010000110000101111011011110100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047350; }

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

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

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

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

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

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

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

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