#03604C

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

Shades of Watercourse #03604C

Tints of Watercourse #03604C

Color information

#03604C (or 0x03604C) is unknown color: approx Watercourse. HEX triplet: 03, 60 and 4C. RGB value is (3,96,76). Sum of RGB (Red+Green+Blue) = 3+96+76=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #03604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03604C is #FC9FB3. Grayscale: #414141. Windows color (decimal): -16555956 or 5005315. OLE color: 5005315.

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

Color convert

RGB39676-
CMYK0.9700.210.62
HSL167.1º93.94%19.41%-
HSV(B)167.1º96.88%37.65%-
XYZ5.528.918.27-
YUV65.91133.6983.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=1.71%
G=54.86%
B=43.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396760.9700.210.62167.193.9419.41
Hex3604C610153Ea75e13
Octal31401141410257624713623
Binary1111000001001100110000101010111111010100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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