#03634A

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

Shades of Watercourse #03634A

Tints of Watercourse #03634A

Color information

#03634A (or 0x03634A) is unknown color: approx Watercourse. HEX triplet: 03, 63 and 4A. RGB value is (3,99,74). Sum of RGB (Red+Green+Blue) = 3+99+74=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #03634A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03634A is #FC9CB5. Grayscale: #434343. Windows color (decimal): -16555190 or 4875011. OLE color: 4875011.

HSL color Cylindrical-coordinate representation of color #03634A: hue angle of 164.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03634A is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB39974-
CMYK0.9700.250.61
HSL164.38º94.12%20%-
HSV(B)164.38º96.97%38.82%-
XYZ5.749.448-
YUV67.45131.782.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=1.70%
G=56.25%
B=42.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399740.9700.250.61164.3894.1220
Hex3634A610193Da45e14
Octal31431121410317524413624
Binary1111000111001010110000101100111110110100100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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