Html Css Color HEX #047245 Watercourse

📋 copy color: '#047245'

red 4 ◦ green 114 ◦ blue 69

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

Shades of Watercourse #047245

Tints of Watercourse #047245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.96%

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

R = 2.14%
G = 60.96%
B = 36.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#047245 (or 0x047245) is known color: Watercourse. HEX triplet: 04, 72 and 45. RGB value is (4,114,69). Sum of RGB (Red+Green+Blue) = 4+114+69=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #047245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047245 is #FB8DBA. Grayscale: #4C4C4C. Windows color (decimal): -16485819 or 4551172. OLE color: 4551172.

HSL color Cylindrical-coordinate representation of color #047245: hue angle of 155.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047245 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 69 -
CMYK 0.96 0 0.39 0.55
HSL 155.45º 0.93% 0.23% -
HSV(B) 155.45º 0.96% 0.45% -
XYZ 7.14 12.49 7.66 -
YUV 75.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 4 114 69 0.96 0 0.39 0.55 155.45 0.93 0.23
Hex 4 72 45 60 0 27 37 9B 5D 17
Octal 4 162 105 140 0 47 67 233 135 27
Binary 100 1110010 1000101 1100000 0 100111 110111 10011011 1011101 10111

Color Harmonies of #047245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047245

Black with #047245

Text Example


Text Example

White with #047245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047245; }

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

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

background-color css

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

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

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

border-color css

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

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

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