#035A41

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

Shades of Watercourse #035A41

Tints of Watercourse #035A41

Color information

#035A41 (or 0x035A41) is unknown color: approx Watercourse. HEX triplet: 03, 5A and 41. RGB value is (3,90,65). Sum of RGB (Red+Green+Blue) = 3+90+65=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #035A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A41 is #FCA5BE. Grayscale: #3D3D3D. Windows color (decimal): -16557503 or 4282883. OLE color: 4282883.

HSL color Cylindrical-coordinate representation of color #035A41: hue angle of 162.76º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A41 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB39065-
CMYK0.9700.280.65
HSL162.76º93.55%18.24%-
HSV(B)162.76º96.67%35.29%-
XYZ4.657.716.24-
YUV61.14130.1886.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 90 (35.55% from 255) = 56.96%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=1.90%
G=56.96%
B=41.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390650.9700.280.65162.7693.5518.24
Hex35A416101C41a35e12
Octal313210114103410124313622
Binary11101101010000011100001011100100000110100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,65); }

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

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

 a { background-color: rgb(3,90,65); }

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

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

 span { border-color: rgb(3,90,65); }

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