#036344

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

Shades of Watercourse #036344

Tints of Watercourse #036344

Color information

#036344 (or 0x036344) is unknown color: approx Watercourse. HEX triplet: 03, 63 and 44. RGB value is (3,99,68). Sum of RGB (Red+Green+Blue) = 3+99+68=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #036344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036344 is #FC9CBB. Grayscale: #424242. Windows color (decimal): -16555196 or 4481795. OLE color: 4481795.

HSL color Cylindrical-coordinate representation of color #036344: hue angle of 160.62º 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 #036344 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB39968-
CMYK0.9700.310.61
HSL160.62º94.12%20%-
HSV(B)160.62º96.97%38.82%-
XYZ5.549.366.98-
YUV66.76128.782.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 99 (39.06% from 255) = 58.24%
BLUE value IS 68 (26.95% from 255) = 40%
R=1.76%
G=58.24%
B=40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399680.9700.310.61160.6294.1220
Hex363446101F3Da15e14
Octal31431041410377524113624
Binary1111000111000100110000101111111110110100001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036344; }

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

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

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

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

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

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

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

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