Html Css Color HEX #015E40 Watercourse

📋 copy color: '#015E40'

red 1 ◦ green 94 ◦ blue 64

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

Shades of Watercourse #015E40

Tints of Watercourse #015E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 59.12%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 0.63%
G = 59.12%
B = 40.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#015E40 (or 0x015E40) is known color: Watercourse. HEX triplet: 01, 5E and 40. RGB value is (1,94,64). Sum of RGB (Red+Green+Blue) = 1+94+64=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #015E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E40 is #FEA1BF. Grayscale: #3E3E3E. Windows color (decimal): -16687552 or 4218369. OLE color: 4218369.

HSL color Cylindrical-coordinate representation of color #015E40: hue angle of 160.65º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E40 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 94 64 -
CMYK 0.99 0 0.32 0.63
HSL 160.65º 0.98% 0.19% -
HSV(B) 160.65º 0.99% 0.37% -
XYZ 4.94 8.38 6.21 -
YUV 62.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 1 94 64 0.99 0 0.32 0.63 160.65 0.98 0.19
Hex 1 5E 40 63 0 20 3F A1 62 13
Octal 1 136 100 143 0 40 77 241 142 23
Binary 1 1011110 1000000 1100011 0 100000 111111 10100001 1100010 10011

Color Harmonies of #015E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E40

Black with #015E40

Text Example


Text Example

White with #015E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,64); }

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

background-color css

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

 a { background-color: rgb(1,94,64); }

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

border-color css

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

 span { border-color: rgb(1,94,64); }

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