Html Css Color HEX #047054 Watercourse

📋 copy color: '#047054'

red 4 ◦ green 112 ◦ blue 84

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

Shades of Watercourse #047054

Tints of Watercourse #047054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56%

 BLUE value IS 84 (33.2% from 255) = 42%

R = 2%
G = 56%
B = 42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#047054 (or 0x047054) is known color: Watercourse. HEX triplet: 04, 70 and 54. RGB value is (4,112,84). Sum of RGB (Red+Green+Blue) = 4+112+84=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #047054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047054 is #FB8FAB. Grayscale: #4C4C4C. Windows color (decimal): -16486316 or 5533700. OLE color: 5533700.

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

Color convert

RGB 4 112 84 -
CMYK 0.96 0 0.25 0.56
HSL 164.44º 0.93% 0.23% -
HSV(B) 164.44º 0.96% 0.44% -
XYZ 7.44 12.25 10.36 -
YUV 76.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 4 112 84 0.96 0 0.25 0.56 164.44 0.93 0.23
Hex 4 70 54 60 0 19 38 A4 5D 17
Octal 4 160 124 140 0 31 70 244 135 27
Binary 100 1110000 1010100 1100000 0 11001 111000 10100100 1011101 10111

Color Harmonies of #047054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047054

Black with #047054

Text Example


Text Example

White with #047054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047054; }

 p { color: rgb(4,112,84); }

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

background-color css

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

 a { background-color: rgb(4,112,84); }

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

border-color css

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

 span { border-color: rgb(4,112,84); }

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