#047345

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

Shades of Watercourse #047345

Tints of Watercourse #047345

Color information

#047345 (or 0x047345) is unknown color: approx Watercourse. HEX triplet: 04, 73 and 45. RGB value is (4,115,69). Sum of RGB (Red+Green+Blue) = 4+115+69=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #047345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047345 is #FB8CBA. Grayscale: #4C4C4C. Windows color (decimal): -16485563 or 4551428. OLE color: 4551428.

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

Color convert

RGB411569-
CMYK0.9700.40.55
HSL155.14º93.28%23.33%-
HSV(B)155.14º96.52%45.1%-
XYZ7.2512.727.7-
YUV76.57123.7376.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 115 (45.31% from 255) = 61.17%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=2.13%
G=61.17%
B=36.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115690.9700.40.55155.1493.2823.33
Hex4734561028379b5d17
Octal41631051410506723313527
Binary100111001110001011100001010100011011110011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047345; }

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

 H1.HeaderClassName
 {
   color: #047345;
 }
 .AnyTagClassName
 {
   color: #047345;
 }
</style>
background-color css

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

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

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

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

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

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