Html Css Color HEX #035E49 Watercourse

📋 copy color: '#035E49'

red 3 ◦ green 94 ◦ blue 73

#035E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #035E49

Tints of Watercourse #035E49

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 value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#035E49 (or 0x035E49) is known color: 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

RGB 3 94 73 -
CMYK 0.97 0 0.22 0.63
HSL 166.15º 0.94% 0.19% -
HSV(B) 166.15º 0.97% 0.37% -
XYZ 5.24 8.51 7.67 -
YUV 64.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 3 94 73 0.97 0 0.22 0.63 166.15 0.94 0.19
Hex 3 5E 49 61 0 16 3F A6 5E 13
Octal 3 136 111 141 0 26 77 246 136 23
Binary 11 1011110 1001001 1100001 0 10110 111111 10100110 1011110 10011

Color Harmonies of #035E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E49

Black with #035E49

Text Example


Text Example

White with #035E49

Text Example


Text Example

HTML Codes & Css Web 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>