#035D43

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

Shades of Watercourse #035D43

Tints of Watercourse #035D43

Color information

#035D43 (or 0x035D43) is unknown color: approx Watercourse. HEX triplet: 03, 5D and 43. RGB value is (3,93,67). Sum of RGB (Red+Green+Blue) = 3+93+67=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #035D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D43 is #FCA2BC. Grayscale: #3F3F3F. Windows color (decimal): -16556733 or 4414723. OLE color: 4414723.

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

Color convert

RGB39367-
CMYK0.9700.280.64
HSL162.67º93.75%18.82%-
HSV(B)162.67º96.77%36.47%-
XYZ4.978.256.64-
YUV63.13130.1885.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 93 (36.72% from 255) = 57.06%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=1.84%
G=57.06%
B=41.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393670.9700.280.64162.6793.7518.82
Hex35D436101C40a35e13
Octal313510314103410024313623
Binary11101110110000111100001011100100000010100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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