Html Css Color HEX #047550 Watercourse

📋 copy color: '#047550'

red 4 ◦ green 117 ◦ blue 80

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

Shades of Watercourse #047550

Tints of Watercourse #047550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.21%

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

R = 1.99%
G = 58.21%
B = 39.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#047550 (or 0x047550) is known color: Watercourse. HEX triplet: 04, 75 and 50. RGB value is (4,117,80). Sum of RGB (Red+Green+Blue) = 4+117+80=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #047550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047550 is #FB8AAF. Grayscale: #4F4F4F. Windows color (decimal): -16485040 or 5272836. OLE color: 5272836.

HSL color Cylindrical-coordinate representation of color #047550: hue angle of 160.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047550 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 80 -
CMYK 0.97 0 0.32 0.54
HSL 160.35º 0.93% 0.24% -
HSV(B) 160.35º 0.97% 0.46% -
XYZ 7.86 13.33 9.75 -
YUV 79 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 4 117 80 0.97 0 0.32 0.54 160.35 0.93 0.24
Hex 4 75 50 61 0 20 36 A0 5D 18
Octal 4 165 120 141 0 40 66 240 135 30
Binary 100 1110101 1010000 1100001 0 100000 110110 10100000 1011101 11000

Color Harmonies of #047550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047550

Black with #047550

Text Example


Text Example

White with #047550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047550; }

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

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

background-color css

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

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

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

border-color css

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

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

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