#015D40

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

Shades of Watercourse #015D40

Tints of Watercourse #015D40

Color information

#015D40 (or 0x015D40) is unknown color: approx Watercourse. HEX triplet: 01, 5D and 40. RGB value is (1,93,64). Sum of RGB (Red+Green+Blue) = 1+93+64=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #015D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D40 is #FEA2BF. Grayscale: #3E3E3E. Windows color (decimal): -16687808 or 4218113. OLE color: 4218113.

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

Color convert

RGB19364-
CMYK0.9900.310.64
HSL161.09º97.87%18.43%-
HSV(B)161.09º98.92%36.47%-
XYZ4.858.216.18-
YUV62.19129.0284.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 93 (36.72% from 255) = 58.86%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=0.63%
G=58.86%
B=40.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193640.9900.310.64161.0997.8718.43
Hex15D406301F40a16212
Octal113510014303710024114222
Binary1101110110000001100011011111100000010100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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