Html Css Color HEX #00824C Watercourse

📋 copy color: '#00824C'

red 0 ◦ green 130 ◦ blue 76

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

Shades of Watercourse #00824C

Tints of Watercourse #00824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 0%
G = 63.11%
B = 36.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#00824C (or 0x00824C) is known color: Watercourse. HEX triplet: 00, 82 and 4C. RGB value is (0,130,76). Sum of RGB (Red+Green+Blue) = 0+130+76=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #00824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00824C is #FF7DB3. Grayscale: #555555. Windows color (decimal): -16743860 or 5014016. OLE color: 5014016.

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

Color convert

RGB 0 130 76 -
CMYK 1 0 0.42 0.49
HSL 155.08º 1% 0.25% -
HSV(B) 155.08º 1% 0.51% -
XYZ 9.29 16.49 9.53 -
YUV 84.97 122.93 67.39 -
System Red Green Blue C M Y K H S L
Decimal 0 130 76 1 0 0.42 0.49 155.08 1 0.25
Hex 0 82 4C 64 0 2A 31 9B 64 19
Octal 0 202 114 144 0 52 61 233 144 31
Binary 0 10000010 1001100 1100100 0 101010 110001 10011011 1100100 11001

Color Harmonies of #00824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00824C

Black with #00824C

Text Example


Text Example

White with #00824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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