Html Css Color HEX #047350 Watercourse

📋 copy color: '#047350'

red 4 ◦ green 115 ◦ blue 80

#047350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #047350

Tints of Watercourse #047350

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.2%

R = 2.01%
G = 57.79%
B = 40.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#047350 (or 0x047350) is known color: 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

RGB 4 115 80 -
CMYK 0.97 0 0.30 0.55
HSL 161.08º 0.93% 0.23% -
HSV(B) 161.08º 0.97% 0.45% -
XYZ 7.63 12.87 9.67 -
YUV 77.82 129.23 75.35 -
System Red Green Blue C M Y K H S L
Decimal 4 115 80 0.97 0 0.30 0.55 161.08 0.93 0.23
Hex 4 73 50 61 0 1E 37 A1 5D 17
Octal 4 163 120 141 0 36 67 241 135 27
Binary 100 1110011 1010000 1100001 0 11110 110111 10100001 1011101 10111

Color Harmonies of #047350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047350

Black with #047350

Text Example


Text Example

White with #047350

Text Example


Text Example

HTML Codes & Css Web 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>