#015E42

Color #015E42 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #015E42

Tints of Watercourse #015E42

Color information

#015E42 (or 0x015E42) is unknown color: approx Watercourse. HEX triplet: 01, 5E and 42. RGB value is (1,94,66). Sum of RGB (Red+Green+Blue) = 1+94+66=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #015E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E42 is #FEA1BD. Grayscale: #3F3F3F. Windows color (decimal): -16687550 or 4349441. OLE color: 4349441.

HSL color Cylindrical-coordinate representation of color #015E42: hue angle of 161.94º 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 #015E42 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB19466-
CMYK0.9900.300.63
HSL161.94º97.89%18.63%-
HSV(B)161.94º98.94%36.86%-
XYZ58.416.51-
YUV63129.6983.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 94 (37.11% from 255) = 58.39%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=0.62%
G=58.39%
B=40.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194660.9900.300.63161.9497.8918.63
Hex15E426301E3Fa26213
Octal11361021430367724214223
Binary110111101000010110001101111011111110100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #015E42;
 }
 .AnyTagClassName
 {
   color: #015E42;
 }
</style>
background-color css

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

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

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

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

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

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