#008550

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

Shades of Watercourse #008550

Tints of Watercourse #008550

Color information

#008550 (or 0x008550) is unknown color: approx Watercourse. HEX triplet: 00, 85 and 50. RGB value is (0,133,80). Sum of RGB (Red+Green+Blue) = 0+133+80=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #008550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008550 is #FF7AAF. Grayscale: #575757. Windows color (decimal): -16743088 or 5276928. OLE color: 5276928.

HSL color Cylindrical-coordinate representation of color #008550: hue angle of 156.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008550 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB013380-
CMYK100.400.48
HSL156.09º100%26.08%-
HSV(B)156.09º100%52.16%-
XYZ9.8417.3510.42-
YUV87.19123.9465.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 62.44%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=0%
G=62.44%
B=37.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013380100.400.48156.0910026.08
Hex0855064028309c641a
Octal02051201440506023414432
Binary01000010110100001100100010100011000010011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008550; }

 p { color: rgb(0,133,80); }

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

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

 a { background-color: rgb(0,133,80); }

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

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

 span { border-color: rgb(0,133,80); }

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