Html Css Color HEX #047150 Watercourse

📋 copy color: '#047150'

red 4 ◦ green 113 ◦ blue 80

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

Shades of Watercourse #047150

Tints of Watercourse #047150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.36%

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

R = 2.03%
G = 57.36%
B = 40.61%

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

#047150 (or 0x047150) is known color: Watercourse. HEX triplet: 04, 71 and 50. RGB value is (4,113,80). Sum of RGB (Red+Green+Blue) = 4+113+80=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #047150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047150 is #FB8EAF. Grayscale: #4C4C4C. Windows color (decimal): -16486064 or 5271812. OLE color: 5271812.

HSL color Cylindrical-coordinate representation of color #047150: hue angle of 161.83º 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 #047150 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 113 80 -
CMYK 0.96 0 0.29 0.56
HSL 161.83º 0.93% 0.23% -
HSV(B) 161.83º 0.96% 0.44% -
XYZ 7.4 12.42 9.6 -
YUV 76.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 4 113 80 0.96 0 0.29 0.56 161.83 0.93 0.23
Hex 4 71 50 60 0 1D 38 A2 5D 17
Octal 4 161 120 140 0 35 70 242 135 27
Binary 100 1110001 1010000 1100000 0 11101 111000 10100010 1011101 10111

Color Harmonies of #047150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047150

Black with #047150

Text Example


Text Example

White with #047150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047150; }

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

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

background-color css

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

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

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

border-color css

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

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

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