#00824B

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

Shades of Watercourse #00824B

Tints of Watercourse #00824B

Color information

#00824B (or 0x00824B) is unknown color: approx Watercourse. HEX triplet: 00, 82 and 4B. RGB value is (0,130,75). Sum of RGB (Red+Green+Blue) = 0+130+75=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #00824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00824B is #FF7DB4. Grayscale: #545454. Windows color (decimal): -16743861 or 4948480. OLE color: 4948480.

HSL color Cylindrical-coordinate representation of color #00824B: hue angle of 154.62º 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 #00824B is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB013075-
CMYK100.420.49
HSL154.62º100%25.49%-
HSV(B)154.62º100%50.98%-
XYZ9.2516.479.35-
YUV84.86122.4367.47-

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) = 63.41%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=0%
G=63.41%
B=36.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013075100.420.49154.6210025.49
Hex0824B6402A319b6419
Octal02021131440526123314431
Binary01000001010010111100100010101011000110011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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