Html Css Color HEX #00814A Watercourse

📋 copy color: '#00814A'

red 0 ◦ green 129 ◦ blue 74

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

Shades of Watercourse #00814A

Tints of Watercourse #00814A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 0%
G = 63.55%
B = 36.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#00814A (or 0x00814A) is known color: Watercourse. HEX triplet: 00, 81 and 4A. RGB value is (0,129,74). Sum of RGB (Red+Green+Blue) = 0+129+74=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #00814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00814A is #FF7EB5. Grayscale: #545454. Windows color (decimal): -16744118 or 4882688. OLE color: 4882688.

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

Color convert

RGB 0 129 74 -
CMYK 1 0 0.43 0.49
HSL 154.42º 1% 0.25% -
HSV(B) 154.42º 1% 0.51% -
XYZ 9.09 16.19 9.13 -
YUV 84.16 122.26 67.97 -
System Red Green Blue C M Y K H S L
Decimal 0 129 74 1 0 0.43 0.49 154.42 1 0.25
Hex 0 81 4A 64 0 2B 31 9A 64 19
Octal 0 201 112 144 0 53 61 232 144 31
Binary 0 10000001 1001010 1100100 0 101011 110001 10011010 1100100 11001

Color Harmonies of #00814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00814A

Black with #00814A

Text Example


Text Example

White with #00814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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