#015A42

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

Shades of Watercourse #015A42

Tints of Watercourse #015A42

Color information

#015A42 (or 0x015A42) is unknown color: approx Watercourse. HEX triplet: 01, 5A and 42. RGB value is (1,90,66). Sum of RGB (Red+Green+Blue) = 1+90+66=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #015A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A42 is #FEA5BD. Grayscale: #3C3C3C. Windows color (decimal): -16688574 or 4348417. OLE color: 4348417.

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

Color convert

RGB19066-
CMYK0.9900.270.65
HSL163.82º97.8%17.84%-
HSV(B)163.82º98.89%35.29%-
XYZ4.657.716.4-
YUV60.65131.0185.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 90 (35.55% from 255) = 57.32%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=0.64%
G=57.32%
B=42.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190660.9900.270.65163.8297.817.84
Hex15A426301B41a46212
Octal113210214303310124414222
Binary1101101010000101100011011011100000110100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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