#035D42

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

Shades of Watercourse #035D42

Tints of Watercourse #035D42

Color information

#035D42 (or 0x035D42) is unknown color: approx Watercourse. HEX triplet: 03, 5D and 42. RGB value is (3,93,66). Sum of RGB (Red+Green+Blue) = 3+93+66=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #035D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D42 is #FCA2BD. Grayscale: #3F3F3F. Windows color (decimal): -16556734 or 4349187. OLE color: 4349187.

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

Color convert

RGB39366-
CMYK0.9700.290.64
HSL162º93.75%18.82%-
HSV(B)162º96.77%36.47%-
XYZ4.948.246.48-
YUV63.01129.6885.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 93 (36.72% from 255) = 57.41%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=1.85%
G=57.41%
B=40.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393660.9700.290.6416293.7518.82
Hex35D426101D40a25e13
Octal313510214103510024213623
Binary11101110110000101100001011101100000010100010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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