#03764D

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

Shades of Watercourse #03764D

Tints of Watercourse #03764D

Color information

#03764D (or 0x03764D) is unknown color: approx Watercourse. HEX triplet: 03, 76 and 4D. RGB value is (3,118,77). Sum of RGB (Red+Green+Blue) = 3+118+77=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #03764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03764D is #FC89B2. Grayscale: #4E4E4E. Windows color (decimal): -16550323 or 5076483. OLE color: 5076483.

HSL color Cylindrical-coordinate representation of color #03764D: hue angle of 158.61º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03764D is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB311877-
CMYK0.9700.350.54
HSL158.61º95.04%23.73%-
HSV(B)158.61º97.46%46.27%-
XYZ7.8613.519.22-
YUV78.94126.973.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 118 (46.48% from 255) = 59.60%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=1.52%
G=59.60%
B=38.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3118770.9700.350.54158.6195.0423.73
Hex3764D61023369f5f18
Octal31661151410436623713730
Binary11111011010011011100001010001111011010011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03764D; }

 p { color: rgb(3,118,77); }

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

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

 a { background-color: rgb(3,118,77); }

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

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

 span { border-color: rgb(3,118,77); }

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