#005840

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

Shades of Watercourse #005840

Tints of Watercourse #005840

Color information

#005840 (or 0x005840) is unknown color: approx Watercourse. HEX triplet: 00, 58 and 40. RGB value is (0,88,64). Sum of RGB (Red+Green+Blue) = 0+88+64=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #005840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005840 is #FFA7BF. Grayscale: #3A3A3A. Windows color (decimal): -16754624 or 4216832. OLE color: 4216832.

HSL color Cylindrical-coordinate representation of color #005840: hue angle of 163.64º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005840 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB08864-
CMYK100.270.65
HSL163.64º100%17.25%-
HSV(B)163.64º100%34.51%-
XYZ4.427.356.04-
YUV58.95130.8585.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 57.89%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=0%
G=57.89%
B=42.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08864100.270.65163.6410017.25
Hex058406401B41a46411
Octal013010014403310124414421
Binary0101100010000001100100011011100000110100100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005840; }

 p { color: rgb(0,88,64); }

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

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

 a { background-color: rgb(0,88,64); }

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

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

 span { border-color: rgb(0,88,64); }

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