Html Css Color HEX #01734D Watercourse

📋 copy color: '#01734D'

red 1 ◦ green 115 ◦ blue 77

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

Shades of Watercourse #01734D

Tints of Watercourse #01734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.59%

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

R = 0.52%
G = 59.59%
B = 39.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#01734D (or 0x01734D) is known color: Watercourse. HEX triplet: 01, 73 and 4D. RGB value is (1,115,77). Sum of RGB (Red+Green+Blue) = 1+115+77=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #01734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01734D is #FE8CB2. Grayscale: #4C4C4C. Windows color (decimal): -16682163 or 5075713. OLE color: 5075713.

HSL color Cylindrical-coordinate representation of color #01734D: hue angle of 160º 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 #01734D is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 77 -
CMYK 0.99 0 0.33 0.55
HSL 160º 0.98% 0.23% -
HSV(B) 160º 0.99% 0.45% -
XYZ 7.48 12.8 9.1 -
YUV 76.58 128.23 74.09 -
System Red Green Blue C M Y K H S L
Decimal 1 115 77 0.99 0 0.33 0.55 160 0.98 0.23
Hex 1 73 4D 63 0 21 37 A0 62 17
Octal 1 163 115 143 0 41 67 240 142 27
Binary 1 1110011 1001101 1100011 0 100001 110111 10100000 1100010 10111

Color Harmonies of #01734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01734D

Black with #01734D

Text Example


Text Example

White with #01734D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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