#025640

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

Shades of Watercourse #025640

Tints of Watercourse #025640

Color information

#025640 (or 0x025640) is unknown color: approx Watercourse. HEX triplet: 02, 56 and 40. RGB value is (2,86,64). Sum of RGB (Red+Green+Blue) = 2+86+64=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #025640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025640 is #FDA9BF. Grayscale: #3A3A3A. Windows color (decimal): -16624064 or 4216322. OLE color: 4216322.

HSL color Cylindrical-coordinate representation of color #025640: hue angle of 164.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025640 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB28664-
CMYK0.9800.260.66
HSL164.29º95.45%17.25%-
HSV(B)164.29º97.67%33.73%-
XYZ4.287.045.98-
YUV58.38131.1787.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=1.32%
G=56.58%
B=42.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286640.9800.260.66164.2995.4517.25
Hex256406201A42a45f11
Octal212610014203210224413721
Binary10101011010000001100010011010100001010100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025640; }

 p { color: rgb(2,86,64); }

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

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

 a { background-color: rgb(2,86,64); }

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

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

 span { border-color: rgb(2,86,64); }

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