#036949

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

Shades of Watercourse #036949

Tints of Watercourse #036949

Color information

#036949 (or 0x036949) is unknown color: approx Watercourse. HEX triplet: 03, 69 and 49. RGB value is (3,105,73). Sum of RGB (Red+Green+Blue) = 3+105+73=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #036949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036949 is #FC96B6. Grayscale: #464646. Windows color (decimal): -16553655 or 4811011. OLE color: 4811011.

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

Color convert

RGB310573-
CMYK0.9700.300.59
HSL161.18º94.44%21.18%-
HSV(B)161.18º97.14%41.18%-
XYZ6.2910.68.02-
YUV70.85129.2179.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=1.66%
G=58.01%
B=40.33%

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
Decimal3105730.9700.300.59161.1894.4421.18
Hex369496101E3Ba15e15
Octal31511111410367324113625
Binary1111010011001001110000101111011101110100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036949; }

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

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

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

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

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

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

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

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