#035744

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

Shades of Watercourse #035744

Tints of Watercourse #035744

Color information

#035744 (or 0x035744) is unknown color: approx Watercourse. HEX triplet: 03, 57 and 44. RGB value is (3,87,68). Sum of RGB (Red+Green+Blue) = 3+87+68=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #035744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035744 is #FCA8BB. Grayscale: #3B3B3B. Windows color (decimal): -16558268 or 4478723. OLE color: 4478723.

HSL color Cylindrical-coordinate representation of color #035744: hue angle of 166.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035744 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB38768-
CMYK0.9700.220.66
HSL166.43º93.33%17.65%-
HSV(B)166.43º96.55%34.12%-
XYZ4.497.256.63-
YUV59.72132.6787.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=1.90%
G=55.06%
B=43.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387680.9700.220.66166.4393.3317.65
Hex357446101642a65d12
Octal312710414102610224613522
Binary11101011110001001100001010110100001010100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035744; }

 p { color: rgb(3,87,68); }

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

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

 a { background-color: rgb(3,87,68); }

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

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

 span { border-color: rgb(3,87,68); }

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