#015A41

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

Shades of Watercourse #015A41

Tints of Watercourse #015A41

Color information

#015A41 (or 0x015A41) is unknown color: approx Watercourse. HEX triplet: 01, 5A and 41. RGB value is (1,90,65). Sum of RGB (Red+Green+Blue) = 1+90+65=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #015A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A41 is #FEA5BE. Grayscale: #3C3C3C. Windows color (decimal): -16688575 or 4282881. OLE color: 4282881.

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

Color convert

RGB19065-
CMYK0.9900.280.65
HSL163.15º97.8%17.84%-
HSV(B)163.15º98.89%35.29%-
XYZ4.627.76.24-
YUV60.54130.5185.53-

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.69%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=0.64%
G=57.69%
B=41.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190650.9900.280.65163.1597.817.84
Hex15A416301C41a36212
Octal113210114303410124314222
Binary1101101010000011100011011100100000110100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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