Html Css Color HEX #047148 Watercourse

📋 copy color: '#047148'

red 4 ◦ green 113 ◦ blue 72

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

Shades of Watercourse #047148

Tints of Watercourse #047148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 2.12%
G = 59.79%
B = 38.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#047148 (or 0x047148) is known color: Watercourse. HEX triplet: 04, 71 and 48. RGB value is (4,113,72). Sum of RGB (Red+Green+Blue) = 4+113+72=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #047148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047148 is #FB8EB7. Grayscale: #4B4B4B. Windows color (decimal): -16486072 or 4747524. OLE color: 4747524.

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

Color convert

RGB 4 113 72 -
CMYK 0.96 0 0.36 0.56
HSL 157.43º 0.93% 0.23% -
HSV(B) 157.43º 0.96% 0.44% -
XYZ 7.12 12.3 8.13 -
YUV 75.74 125.89 76.83 -
System Red Green Blue C M Y K H S L
Decimal 4 113 72 0.96 0 0.36 0.56 157.43 0.93 0.23
Hex 4 71 48 60 0 24 38 9D 5D 17
Octal 4 161 110 140 0 44 70 235 135 27
Binary 100 1110001 1001000 1100000 0 100100 111000 10011101 1011101 10111

Color Harmonies of #047148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047148

Black with #047148

Text Example


Text Example

White with #047148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047148; }

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

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

background-color css

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

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

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

border-color css

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

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

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