Html Css Color HEX #047050 Watercourse

📋 copy color: '#047050'

red 4 ◦ green 112 ◦ blue 80

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

Shades of Watercourse #047050

Tints of Watercourse #047050

RGB

 RED value IS 4 (1.95% from 255) = 2.04%

 GREEN value IS 112 (44.14% from 255) = 57.14%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 2.04%
G = 57.14%
B = 40.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#047050 (or 0x047050) is known color: Watercourse. HEX triplet: 04, 70 and 50. RGB value is (4,112,80). Sum of RGB (Red+Green+Blue) = 4+112+80=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #047050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047050 is #FB8FAF. Grayscale: #4C4C4C. Windows color (decimal): -16486320 or 5271556. OLE color: 5271556.

HSL color Cylindrical-coordinate representation of color #047050: hue angle of 162.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047050 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 80 -
CMYK 0.96 0 0.29 0.56
HSL 162.22º 0.93% 0.23% -
HSV(B) 162.22º 0.96% 0.44% -
XYZ 7.29 12.19 9.56 -
YUV 76.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 4 112 80 0.96 0 0.29 0.56 162.22 0.93 0.23
Hex 4 70 50 60 0 1D 38 A2 5D 17
Octal 4 160 120 140 0 35 70 242 135 27
Binary 100 1110000 1010000 1100000 0 11101 111000 10100010 1011101 10111

Color Harmonies of #047050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047050

Black with #047050

Text Example


Text Example

White with #047050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047050; }

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

 H1.HeaderClassName
 {
   color: #047050;
 }
 .AnyTagClassName
 {
   color: #047050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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