Html Css Color HEX #01814C Watercourse

📋 copy color: '#01814C'

red 1 ◦ green 129 ◦ blue 76

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

Shades of Watercourse #01814C

Tints of Watercourse #01814C

RGB

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

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

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

R = 0.49%
G = 62.62%
B = 36.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#01814C (or 0x01814C) is known color: Watercourse. HEX triplet: 01, 81 and 4C. RGB value is (1,129,76). Sum of RGB (Red+Green+Blue) = 1+129+76=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #01814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01814C is #FE7EB3. Grayscale: #545454. Windows color (decimal): -16678580 or 5013761. OLE color: 5013761.

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

Color convert

RGB 1 129 76 -
CMYK 0.99 0 0.41 0.49
HSL 155.16º 0.98% 0.25% -
HSV(B) 155.16º 0.99% 0.51% -
XYZ 9.17 16.23 9.49 -
YUV 84.69 123.09 68.31 -
System Red Green Blue C M Y K H S L
Decimal 1 129 76 0.99 0 0.41 0.49 155.16 0.98 0.25
Hex 1 81 4C 63 0 29 31 9B 62 19
Octal 1 201 114 143 0 51 61 233 142 31
Binary 1 10000001 1001100 1100011 0 101001 110001 10011011 1100010 11001

Color Harmonies of #01814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01814C

Black with #01814C

Text Example


Text Example

White with #01814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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