#03774E

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

Shades of Watercourse #03774E

Tints of Watercourse #03774E

Color information

#03774E (or 0x03774E) is unknown color: approx Watercourse. HEX triplet: 03, 77 and 4E. RGB value is (3,119,78). Sum of RGB (Red+Green+Blue) = 3+119+78=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #03774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03774E is #FC88B1. Grayscale: #4F4F4F. Windows color (decimal): -16550066 or 5142275. OLE color: 5142275.

HSL color Cylindrical-coordinate representation of color #03774E: hue angle of 158.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03774E is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB311978-
CMYK0.9700.340.53
HSL158.79º95.08%23.92%-
HSV(B)158.79º97.48%46.67%-
XYZ8.0113.769.44-
YUV79.64127.0773.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 119 (46.88% from 255) = 59.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=1.5%
G=59.5%
B=39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119780.9700.340.53158.7995.0823.92
Hex3774E61022359f5f18
Octal31671161410426523713730
Binary11111011110011101100001010001011010110011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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