Html Css Color HEX #047750 Watercourse

📋 copy color: '#047750'

red 4 ◦ green 119 ◦ blue 80

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

Shades of Watercourse #047750

Tints of Watercourse #047750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.62%

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

R = 1.97%
G = 58.62%
B = 39.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#047750 (or 0x047750) is known color: Watercourse. HEX triplet: 04, 77 and 50. RGB value is (4,119,80). Sum of RGB (Red+Green+Blue) = 4+119+80=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #047750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047750 is #FB88AF. Grayscale: #505050. Windows color (decimal): -16484528 or 5273348. OLE color: 5273348.

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

Color convert

RGB 4 119 80 -
CMYK 0.97 0 0.33 0.53
HSL 159.65º 0.93% 0.24% -
HSV(B) 159.65º 0.97% 0.47% -
XYZ 8.09 13.8 9.83 -
YUV 80.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 4 119 80 0.97 0 0.33 0.53 159.65 0.93 0.24
Hex 4 77 50 61 0 21 35 A0 5D 18
Octal 4 167 120 141 0 41 65 240 135 30
Binary 100 1110111 1010000 1100001 0 100001 110101 10100000 1011101 11000

Color Harmonies of #047750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047750

Black with #047750

Text Example


Text Example

White with #047750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047750; }

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

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

background-color css

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

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

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

border-color css

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

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

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