Html Css Color HEX #00814D Watercourse

📋 copy color: '#00814D'

red 0 ◦ green 129 ◦ blue 77

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

Shades of Watercourse #00814D

Tints of Watercourse #00814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.62%

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

R = 0%
G = 62.62%
B = 37.38%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#00814D (or 0x00814D) is known color: Watercourse. HEX triplet: 00, 81 and 4D. RGB value is (0,129,77). Sum of RGB (Red+Green+Blue) = 0+129+77=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #00814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00814D is #FF7EB2. Grayscale: #545454. Windows color (decimal): -16744115 or 5079296. OLE color: 5079296.

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

Color convert

RGB 0 129 77 -
CMYK 1 0 0.40 0.49
HSL 155.81º 1% 0.25% -
HSV(B) 155.81º 1% 0.51% -
XYZ 9.19 16.24 9.67 -
YUV 84.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 0 129 77 1 0 0.40 0.49 155.81 1 0.25
Hex 0 81 4D 64 0 28 31 9C 64 19
Octal 0 201 115 144 0 50 61 234 144 31
Binary 0 10000001 1001101 1100100 0 101000 110001 10011100 1100100 11001

Color Harmonies of #00814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00814D

Black with #00814D

Text Example


Text Example

White with #00814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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