Html Css Color HEX #01814D Watercourse

📋 copy color: '#01814D'

red 1 ◦ green 129 ◦ blue 77

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

Shades of Watercourse #01814D

Tints of Watercourse #01814D

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

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

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

R = 0.48%
G = 62.32%
B = 37.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#01814D (or 0x01814D) is known color: Watercourse. HEX triplet: 01, 81 and 4D. RGB value is (1,129,77). Sum of RGB (Red+Green+Blue) = 1+129+77=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #01814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01814D is #FE7EB2. Grayscale: #545454. Windows color (decimal): -16678579 or 5079297. OLE color: 5079297.

HSL color Cylindrical-coordinate representation of color #01814D: hue angle of 155.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01814D is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 77 -
CMYK 0.99 0 0.40 0.49
HSL 155.63º 0.98% 0.25% -
HSV(B) 155.63º 0.99% 0.51% -
XYZ 9.2 16.24 9.67 -
YUV 84.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 1 129 77 0.99 0 0.40 0.49 155.63 0.98 0.25
Hex 1 81 4D 63 0 28 31 9C 62 19
Octal 1 201 115 143 0 50 61 234 142 31
Binary 1 10000001 1001101 1100011 0 101000 110001 10011100 1100010 11001

Color Harmonies of #01814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01814D

Black with #01814D

Text Example


Text Example

White with #01814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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