Html Css Color HEX #047045 Watercourse

📋 copy color: '#047045'

red 4 ◦ green 112 ◦ blue 69

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

Shades of Watercourse #047045

Tints of Watercourse #047045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 2.16%
G = 60.54%
B = 37.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#047045 (or 0x047045) is known color: Watercourse. HEX triplet: 04, 70 and 45. RGB value is (4,112,69). Sum of RGB (Red+Green+Blue) = 4+112+69=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #047045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047045 is #FB8FBA. Grayscale: #4A4A4A. Windows color (decimal): -16486331 or 4550660. OLE color: 4550660.

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

Color convert

RGB 4 112 69 -
CMYK 0.96 0 0.38 0.56
HSL 156.11º 0.93% 0.23% -
HSV(B) 156.11º 0.96% 0.44% -
XYZ 6.92 12.04 7.59 -
YUV 74.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 4 112 69 0.96 0 0.38 0.56 156.11 0.93 0.23
Hex 4 70 45 60 0 26 38 9C 5D 17
Octal 4 160 105 140 0 46 70 234 135 27
Binary 100 1110000 1000101 1100000 0 100110 111000 10011100 1011101 10111

Color Harmonies of #047045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047045

Black with #047045

Text Example


Text Example

White with #047045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047045; }

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

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

background-color css

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

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

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

border-color css

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

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

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