#00824F

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

Shades of Watercourse #00824F

Tints of Watercourse #00824F

Color information

#00824F (or 0x00824F) is unknown color: approx Watercourse. HEX triplet: 00, 82 and 4F. RGB value is (0,130,79). Sum of RGB (Red+Green+Blue) = 0+130+79=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #00824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00824F is #FF7DB0. Grayscale: #555555. Windows color (decimal): -16743857 or 5210624. OLE color: 5210624.

HSL color Cylindrical-coordinate representation of color #00824F: hue angle of 156.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00824F is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB013079-
CMYK100.390.49
HSL156.46º100%25.49%-
HSV(B)156.46º100%50.98%-
XYZ9.3916.5310.09-
YUV85.32124.4367.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=0%
G=62.20%
B=37.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013079100.390.49156.4610025.49
Hex0824F64027319c6419
Octal02021171440476123414431
Binary01000001010011111100100010011111000110011100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00824F; }

 p { color: rgb(0,130,79); }

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

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

 a { background-color: rgb(0,130,79); }

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

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

 span { border-color: rgb(0,130,79); }

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