Html Css Color HEX #00824D Watercourse

📋 copy color: '#00824D'

red 0 ◦ green 130 ◦ blue 77

#00824D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #00824D

Tints of Watercourse #00824D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 62.8%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 0%
G = 62.8%
B = 37.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#00824D (or 0x00824D) is known color: Watercourse. HEX triplet: 00, 82 and 4D. RGB value is (0,130,77). Sum of RGB (Red+Green+Blue) = 0+130+77=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #00824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00824D is #FF7DB2. Grayscale: #555555. Windows color (decimal): -16743859 or 5079552. OLE color: 5079552.

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

Color convert

RGB 0 130 77 -
CMYK 1 0 0.41 0.49
HSL 155.54º 1% 0.25% -
HSV(B) 155.54º 1% 0.51% -
XYZ 9.32 16.5 9.71 -
YUV 85.09 123.43 67.31 -
System Red Green Blue C M Y K H S L
Decimal 0 130 77 1 0 0.41 0.49 155.54 1 0.25
Hex 0 82 4D 64 0 29 31 9C 64 19
Octal 0 202 115 144 0 51 61 234 144 31
Binary 0 10000010 1001101 1100100 0 101001 110001 10011100 1100100 11001

Color Harmonies of #00824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00824D

Black with #00824D

Text Example


Text Example

White with #00824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00824D;
 }
 .AnyTagClassName
 {
   color: #00824D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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