#026444

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

Shades of Watercourse #026444

Tints of Watercourse #026444

Color information

#026444 (or 0x026444) is unknown color: approx Watercourse. HEX triplet: 02, 64 and 44. RGB value is (2,100,68). Sum of RGB (Red+Green+Blue) = 2+100+68=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 100 (39.45% from 255 or 58.82% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 100 - color contains mainly: green. Hex color #026444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026444 is #FD9BBB. Grayscale: #434343. Windows color (decimal): -16620476 or 4482050. OLE color: 4482050.

HSL color Cylindrical-coordinate representation of color #026444: hue angle of 160.41º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026444 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB210068-
CMYK0.9800.320.61
HSL160.41º96.08%20%-
HSV(B)160.41º98%39.22%-
XYZ5.639.547.01-
YUV67.05128.5381.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 100 (39.45% from 255) = 58.82%
BLUE value IS 68 (26.95% from 255) = 40%
R=1.18%
G=58.82%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100680.9800.320.61160.4196.0820
Hex26444620203Da06014
Octal21441041420407524014024
Binary10110010010001001100010010000011110110100000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026444; }

 p { color: rgb(2,100,68); }

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

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

 a { background-color: rgb(2,100,68); }

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

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

 span { border-color: rgb(2,100,68); }

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