#035A43

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

Shades of Watercourse #035A43

Tints of Watercourse #035A43

Color information

#035A43 (or 0x035A43) is unknown color: approx Watercourse. HEX triplet: 03, 5A and 43. RGB value is (3,90,67). Sum of RGB (Red+Green+Blue) = 3+90+67=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #035A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A43 is #FCA5BC. Grayscale: #3D3D3D. Windows color (decimal): -16557501 or 4413955. OLE color: 4413955.

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

Color convert

RGB39067-
CMYK0.9700.260.65
HSL164.14º93.55%18.24%-
HSV(B)164.14º96.67%35.29%-
XYZ4.717.746.56-
YUV61.36131.1886.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=1.88%
G=56.25%
B=41.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390670.9700.260.65164.1493.5518.24
Hex35A436101A41a45e12
Octal313210314103210124413622
Binary11101101010000111100001011010100000110100100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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