#015B41

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

Shades of Watercourse #015B41

Tints of Watercourse #015B41

Color information

#015B41 (or 0x015B41) is unknown color: approx Watercourse. HEX triplet: 01, 5B and 41. RGB value is (1,91,65). Sum of RGB (Red+Green+Blue) = 1+91+65=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #015B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B41 is #FEA4BE. Grayscale: #3D3D3D. Windows color (decimal): -16688319 or 4283137. OLE color: 4283137.

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

Color convert

RGB19165-
CMYK0.9900.290.64
HSL162.67º97.83%18.04%-
HSV(B)162.67º98.9%35.69%-
XYZ4.717.876.27-
YUV61.13130.1885.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 91 (35.94% from 255) = 57.96%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=0.64%
G=57.96%
B=41.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal191650.9900.290.64162.6797.8318.04
Hex15B416301D40a36212
Octal113310114303510024314222
Binary1101101110000011100011011101100000010100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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