#036349

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

Shades of Watercourse #036349

Tints of Watercourse #036349

Color information

#036349 (or 0x036349) is unknown color: approx Watercourse. HEX triplet: 03, 63 and 49. RGB value is (3,99,73). Sum of RGB (Red+Green+Blue) = 3+99+73=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #036349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036349 is #FC9CB6. Grayscale: #434343. Windows color (decimal): -16555191 or 4809475. OLE color: 4809475.

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

Color convert

RGB39973-
CMYK0.9700.260.61
HSL163.75º94.12%20%-
HSV(B)163.75º96.97%38.82%-
XYZ5.79.427.82-
YUV67.33131.282.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 99 (39.06% from 255) = 56.57%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=1.71%
G=56.57%
B=41.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399730.9700.260.61163.7594.1220
Hex363496101A3Da45e14
Octal31431111410327524413624
Binary1111000111001001110000101101011110110100100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036349; }

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

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

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

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

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

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

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

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