Html Css Color HEX #01724D Watercourse

📋 copy color: '#01724D'

red 1 ◦ green 114 ◦ blue 77

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

Shades of Watercourse #01724D

Tints of Watercourse #01724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 59.38%

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

R = 0.52%
G = 59.38%
B = 40.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#01724D (or 0x01724D) is known color: Watercourse. HEX triplet: 01, 72 and 4D. RGB value is (1,114,77). Sum of RGB (Red+Green+Blue) = 1+114+77=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #01724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01724D is #FE8DB2. Grayscale: #4C4C4C. Windows color (decimal): -16682419 or 5075457. OLE color: 5075457.

HSL color Cylindrical-coordinate representation of color #01724D: hue angle of 160.35º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01724D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 77 -
CMYK 0.99 0 0.32 0.55
HSL 160.35º 0.98% 0.23% -
HSV(B) 160.35º 0.99% 0.45% -
XYZ 7.37 12.58 9.06 -
YUV 76 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 1 114 77 0.99 0 0.32 0.55 160.35 0.98 0.23
Hex 1 72 4D 63 0 20 37 A0 62 17
Octal 1 162 115 143 0 40 67 240 142 27
Binary 1 1110010 1001101 1100011 0 100000 110111 10100000 1100010 10111

Color Harmonies of #01724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01724D

Black with #01724D

Text Example


Text Example

White with #01724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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