#035E49

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

Shades of Watercourse #035E49

Tints of Watercourse #035E49

Color information

#035E49 (or 0x035E49) is unknown color: approx Watercourse. HEX triplet: 03, 5E and 49. RGB value is (3,94,73). Sum of RGB (Red+Green+Blue) = 3+94+73=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 94 (37.11% from 255 or 55.29% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 94 - color contains mainly: green. Hex color #035E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035E49 is #FCA1B6. Grayscale: #404040. Windows color (decimal): -16556471 or 4808195. OLE color: 4808195.

HSL color Cylindrical-coordinate representation of color #035E49: hue angle of 166.15º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E49 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB39473-
CMYK0.9700.220.63
HSL166.15º93.81%19.02%-
HSV(B)166.15º96.81%36.86%-
XYZ5.248.517.67-
YUV64.4132.8584.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 94 (37.11% from 255) = 55.29%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=1.76%
G=55.29%
B=42.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal394730.9700.220.63166.1593.8119.02
Hex35E49610163Fa65e13
Octal31361111410267724613623
Binary1110111101001001110000101011011111110100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035E49; }

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

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

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

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

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

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

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

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