#03694C

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

Shades of Watercourse #03694C

Tints of Watercourse #03694C

Color information

#03694C (or 0x03694C) is unknown color: approx Watercourse. HEX triplet: 03, 69 and 4C. RGB value is (3,105,76). Sum of RGB (Red+Green+Blue) = 3+105+76=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #03694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03694C is #FC96B3. Grayscale: #474747. Windows color (decimal): -16553652 or 5007619. OLE color: 5007619.

HSL color Cylindrical-coordinate representation of color #03694C: hue angle of 162.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03694C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB310576-
CMYK0.9700.280.59
HSL162.94º94.44%21.18%-
HSV(B)162.94º97.14%41.18%-
XYZ6.3910.648.56-
YUV71.2130.7179.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 105 (41.41% from 255) = 57.07%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=1.63%
G=57.07%
B=41.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105760.9700.280.59162.9494.4421.18
Hex3694C6101C3Ba35e15
Octal31511141410347324313625
Binary1111010011001100110000101110011101110100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03694C; }

 p { color: rgb(3,105,76); }

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

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

 a { background-color: rgb(3,105,76); }

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

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

 span { border-color: rgb(3,105,76); }

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