Html Css Color HEX #015D49 Watercourse

📋 copy color: '#015D49'

red 1 ◦ green 93 ◦ blue 73

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

Shades of Watercourse #015D49

Tints of Watercourse #015D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.69%

 BLUE value IS 73 (28.91% from 255) = 43.71%

R = 0.6%
G = 55.69%
B = 43.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#015D49 (or 0x015D49) is known color: Watercourse. HEX triplet: 01, 5D and 49. RGB value is (1,93,73). Sum of RGB (Red+Green+Blue) = 1+93+73=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #015D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D49 is #FEA2B6. Grayscale: #3F3F3F. Windows color (decimal): -16687799 or 4807937. OLE color: 4807937.

HSL color Cylindrical-coordinate representation of color #015D49: hue angle of 166.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D49 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 73 -
CMYK 0.99 0 0.22 0.64
HSL 166.96º 0.98% 0.18% -
HSV(B) 166.96º 0.99% 0.36% -
XYZ 5.13 8.32 7.64 -
YUV 63.21 133.52 83.63 -
System Red Green Blue C M Y K H S L
Decimal 1 93 73 0.99 0 0.22 0.64 166.96 0.98 0.18
Hex 1 5D 49 63 0 16 40 A7 62 12
Octal 1 135 111 143 0 26 100 247 142 22
Binary 1 1011101 1001001 1100011 0 10110 1000000 10100111 1100010 10010

Color Harmonies of #015D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D49

Black with #015D49

Text Example


Text Example

White with #015D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D49; }

 p { color: rgb(1,93,73); }

 H1.HeaderClassName
 {
   color: #015D49;
 }
 .AnyTagClassName
 {
   color: #015D49;
 }
</style>

background-color css

<style>
 a { background-color: #015D49; }

 a { background-color: rgb(1,93,73); }

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

border-color css

<style>
 span { border-color: #015D49; }

 span { border-color: rgb(1,93,73); }

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