#00804E

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

Shades of Watercourse #00804E

Tints of Watercourse #00804E

Color information

#00804E (or 0x00804E) is unknown color: approx Watercourse. HEX triplet: 00, 80 and 4E. RGB value is (0,128,78). Sum of RGB (Red+Green+Blue) = 0+128+78=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #00804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00804E is #FF7FB1. Grayscale: #545454. Windows color (decimal): -16744370 or 5144576. OLE color: 5144576.

HSL color Cylindrical-coordinate representation of color #00804E: hue angle of 156.56º 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 #00804E is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB012878-
CMYK100.390.50
HSL156.56º100%25.1%-
HSV(B)156.56º100%50.2%-
XYZ9.0915.999.81-
YUV84.03124.5968.07-

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.14%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=0%
G=62.14%
B=37.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012878100.390.50156.5610025.1
Hex0804E64027329d6419
Octal02001161440476223514431
Binary01000000010011101100100010011111001010011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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