#047245

Color #047245 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #047245

Tints of Watercourse #047245

Color information

#047245 (or 0x047245) is unknown color: approx 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

RGB411469-
CMYK0.9600.390.55
HSL155.45º93.22%23.14%-
HSV(B)155.45º96.49%44.71%-
XYZ7.1412.497.66-
YUV75.98124.0676.66-

RGB Variations

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

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.90%
R=2.14%
G=60.96%
B=36.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114690.9600.390.55155.4593.2223.14
Hex4724560027379b5d17
Octal41621051400476723313527
Binary100111001010001011100000010011111011110011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>