#03694A

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

Shades of Watercourse #03694A

Tints of Watercourse #03694A

Color information

#03694A (or 0x03694A) is unknown color: approx Watercourse. HEX triplet: 03, 69 and 4A. RGB value is (3,105,74). Sum of RGB (Red+Green+Blue) = 3+105+74=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #03694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03694A is #FC96B5. Grayscale: #464646. Windows color (decimal): -16553654 or 4876547. OLE color: 4876547.

HSL color Cylindrical-coordinate representation of color #03694A: hue angle of 161.76º 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 #03694A is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB310574-
CMYK0.9700.300.59
HSL161.76º94.44%21.18%-
HSV(B)161.76º97.14%41.18%-
XYZ6.3310.628.19-
YUV70.97129.7179.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=1.65%
G=57.69%
B=40.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105740.9700.300.59161.7694.4421.18
Hex3694A6101E3Ba25e15
Octal31511121410367324213625
Binary1111010011001010110000101111011101110100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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