Html Css Color HEX #047949 Watercourse

📋 copy color: '#047949'

red 4 ◦ green 121 ◦ blue 73

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

Shades of Watercourse #047949

Tints of Watercourse #047949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.11%

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

R = 2.02%
G = 61.11%
B = 36.87%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#047949 (or 0x047949) is known color: Watercourse. HEX triplet: 04, 79 and 49. RGB value is (4,121,73). Sum of RGB (Red+Green+Blue) = 4+121+73=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #047949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047949 is #FB86B6. Grayscale: #505050. Windows color (decimal): -16484023 or 4815108. OLE color: 4815108.

HSL color Cylindrical-coordinate representation of color #047949: hue angle of 155.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047949 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 121 73 -
CMYK 0.97 0 0.40 0.53
HSL 155.38º 0.94% 0.25% -
HSV(B) 155.38º 0.97% 0.47% -
XYZ 8.09 14.18 8.61 -
YUV 80.55 123.74 73.4 -
System Red Green Blue C M Y K H S L
Decimal 4 121 73 0.97 0 0.40 0.53 155.38 0.94 0.25
Hex 4 79 49 61 0 28 35 9B 5E 19
Octal 4 171 111 141 0 50 65 233 136 31
Binary 100 1111001 1001001 1100001 0 101000 110101 10011011 1011110 11001

Color Harmonies of #047949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047949

Black with #047949

Text Example


Text Example

White with #047949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047949; }

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

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

background-color css

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

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

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

border-color css

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

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

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