#00804C

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

Shades of Watercourse #00804C

Tints of Watercourse #00804C

Color information

#00804C (or 0x00804C) is unknown color: approx Watercourse. HEX triplet: 00, 80 and 4C. RGB value is (0,128,76). Sum of RGB (Red+Green+Blue) = 0+128+76=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #00804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00804C is #FF7FB3. Grayscale: #535353. Windows color (decimal): -16744372 or 5013504. OLE color: 5013504.

HSL color Cylindrical-coordinate representation of color #00804C: hue angle of 155.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00804C is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB012876-
CMYK100.410.50
HSL155.62º100%25.1%-
HSV(B)155.62º100%50.2%-
XYZ9.0215.969.44-
YUV83.8123.5968.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 62.75%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=0%
G=62.75%
B=37.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012876100.410.50155.6210025.1
Hex0804C64029329c6419
Octal02001141440516223414431
Binary01000000010011001100100010100111001010011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00804C; }

 p { color: rgb(0,128,76); }

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

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

 a { background-color: rgb(0,128,76); }

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

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

 span { border-color: rgb(0,128,76); }

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