#04704E

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

Shades of Watercourse #04704E

Tints of Watercourse #04704E

Color information

#04704E (or 0x04704E) is unknown color: approx Watercourse. HEX triplet: 04, 70 and 4E. RGB value is (4,112,78). Sum of RGB (Red+Green+Blue) = 4+112+78=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #04704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04704E is #FB8FB1. Grayscale: #4B4B4B. Windows color (decimal): -16486322 or 5140484. OLE color: 5140484.

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

Color convert

RGB411278-
CMYK0.9600.300.56
HSL161.11º93.1%22.75%-
HSV(B)161.11º96.43%43.92%-
XYZ7.2212.169.18-
YUV75.83129.2276.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=2.06%
G=57.73%
B=40.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112780.9600.300.56161.1193.122.75
Hex4704E6001E38a15d17
Octal41601161400367024113527
Binary10011100001001110110000001111011100010100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04704E; }

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

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

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

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

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

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

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

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