#035A42

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

Shades of Watercourse #035A42

Tints of Watercourse #035A42

Color information

#035A42 (or 0x035A42) is unknown color: approx Watercourse. HEX triplet: 03, 5A and 42. RGB value is (3,90,66). Sum of RGB (Red+Green+Blue) = 3+90+66=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #035A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A42 is #FCA5BD. Grayscale: #3D3D3D. Windows color (decimal): -16557502 or 4348419. OLE color: 4348419.

HSL color Cylindrical-coordinate representation of color #035A42: hue angle of 163.45º 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 #035A42 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB39066-
CMYK0.9700.270.65
HSL163.45º93.55%18.24%-
HSV(B)163.45º96.67%35.29%-
XYZ4.687.736.4-
YUV61.25130.6886.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.89%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 66 (26.17% from 255) = 41.51%
R=1.89%
G=56.60%
B=41.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390660.9700.270.65163.4593.5518.24
Hex35A426101B41a35e12
Octal313210214103310124313622
Binary11101101010000101100001011011100000110100011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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