#008552

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

Shades of Watercourse #008552

Tints of Watercourse #008552

Color information

#008552 (or 0x008552) is unknown color: approx Watercourse. HEX triplet: 00, 85 and 52. RGB value is (0,133,82). Sum of RGB (Red+Green+Blue) = 0+133+82=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #008552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008552 is #FF7AAD. Grayscale: #575757. Windows color (decimal): -16743086 or 5408000. OLE color: 5408000.

HSL color Cylindrical-coordinate representation of color #008552: hue angle of 156.99º 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 #008552 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB013382-
CMYK100.380.48
HSL156.99º100%26.08%-
HSV(B)156.99º100%52.16%-
XYZ9.9117.3810.82-
YUV87.42124.9465.65-

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) = 61.86%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=0%
G=61.86%
B=38.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013382100.380.48156.9910026.08
Hex0855264026309d641a
Octal02051221440466023514432
Binary01000010110100101100100010011011000010011101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008552; }

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

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

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

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

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

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

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

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