Html Css Color HEX #01814A Watercourse

📋 copy color: '#01814A'

red 1 ◦ green 129 ◦ blue 74

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

Shades of Watercourse #01814A

Tints of Watercourse #01814A

RGB

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

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

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

R = 0.49%
G = 63.24%
B = 36.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#01814A (or 0x01814A) is known color: Watercourse. HEX triplet: 01, 81 and 4A. RGB value is (1,129,74). Sum of RGB (Red+Green+Blue) = 1+129+74=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #01814A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01814A is #FE7EB5. Grayscale: #545454. Windows color (decimal): -16678582 or 4882689. OLE color: 4882689.

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

Color convert

RGB 1 129 74 -
CMYK 0.99 0 0.43 0.49
HSL 154.22º 0.98% 0.25% -
HSV(B) 154.22º 0.99% 0.51% -
XYZ 9.1 16.2 9.13 -
YUV 84.46 122.09 68.47 -
System Red Green Blue C M Y K H S L
Decimal 1 129 74 0.99 0 0.43 0.49 154.22 0.98 0.25
Hex 1 81 4A 63 0 2B 31 9A 62 19
Octal 1 201 112 143 0 53 61 232 142 31
Binary 1 10000001 1001010 1100011 0 101011 110001 10011010 1100010 11001

Color Harmonies of #01814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01814A

Black with #01814A

Text Example


Text Example

White with #01814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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