#03704E

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

Shades of Watercourse #03704E

Tints of Watercourse #03704E

Color information

#03704E (or 0x03704E) is unknown color: approx Watercourse. HEX triplet: 03, 70 and 4E. RGB value is (3,112,78). Sum of RGB (Red+Green+Blue) = 3+112+78=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #03704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03704E is #FC8FB1. Grayscale: #4B4B4B. Windows color (decimal): -16551858 or 5140483. OLE color: 5140483.

HSL color Cylindrical-coordinate representation of color #03704E: hue angle of 161.28º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03704E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB311278-
CMYK0.9700.300.56
HSL161.28º94.78%22.55%-
HSV(B)161.28º97.32%43.92%-
XYZ7.2112.169.17-
YUV75.53129.3976.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 112 (44.14% from 255) = 58.03%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=1.55%
G=58.03%
B=40.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112780.9700.300.56161.2894.7822.55
Hex3704E6101E38a15f17
Octal31601161410367024113727
Binary1111100001001110110000101111011100010100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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