#035C43

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

Shades of Watercourse #035C43

Tints of Watercourse #035C43

Color information

#035C43 (or 0x035C43) is unknown color: approx Watercourse. HEX triplet: 03, 5C and 43. RGB value is (3,92,67). Sum of RGB (Red+Green+Blue) = 3+92+67=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #035C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C43 is #FCA3BC. Grayscale: #3E3E3E. Windows color (decimal): -16556989 or 4414467. OLE color: 4414467.

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

Color convert

RGB39267-
CMYK0.9700.270.64
HSL163.15º93.68%18.63%-
HSV(B)163.15º96.74%36.08%-
XYZ4.888.086.61-
YUV62.54130.5185.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 92 (36.33% from 255) = 56.79%
BLUE value IS 67 (26.56% from 255) = 41.36%
R=1.85%
G=56.79%
B=41.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal392670.9700.270.64163.1593.6818.63
Hex35C436101B40a35e13
Octal313410314103310024313623
Binary11101110010000111100001011011100000010100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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