Html Css Color HEX #047349 Watercourse

📋 copy color: '#047349'

red 4 ◦ green 115 ◦ blue 73

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

Shades of Watercourse #047349

Tints of Watercourse #047349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.9%

 BLUE value IS 73 (28.91% from 255) = 38.02%

R = 2.08%
G = 59.9%
B = 38.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#047349 (or 0x047349) is known color: Watercourse. HEX triplet: 04, 73 and 49. RGB value is (4,115,73). Sum of RGB (Red+Green+Blue) = 4+115+73=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #047349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047349 is #FB8CB6. Grayscale: #4D4D4D. Windows color (decimal): -16485559 or 4813572. OLE color: 4813572.

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

Color convert

RGB 4 115 73 -
CMYK 0.97 0 0.37 0.55
HSL 157.3º 0.93% 0.23% -
HSV(B) 157.3º 0.97% 0.45% -
XYZ 7.38 12.77 8.38 -
YUV 77.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 4 115 73 0.97 0 0.37 0.55 157.3 0.93 0.23
Hex 4 73 49 61 0 25 37 9D 5D 17
Octal 4 163 111 141 0 45 67 235 135 27
Binary 100 1110011 1001001 1100001 0 100101 110111 10011101 1011101 10111

Color Harmonies of #047349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047349

Black with #047349

Text Example


Text Example

White with #047349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047349; }

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

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

background-color css

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

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

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

border-color css

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

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

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