#015E48

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

Shades of Watercourse #015E48

Tints of Watercourse #015E48

Color information

#015E48 (or 0x015E48) is unknown color: approx Watercourse. HEX triplet: 01, 5E and 48. RGB value is (1,94,72). Sum of RGB (Red+Green+Blue) = 1+94+72=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 94 (37.11% from 255 or 56.29% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 94 - color contains mainly: green. Hex color #015E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E48 is #FEA1B7. Grayscale: #3F3F3F. Windows color (decimal): -16687544 or 4742657. OLE color: 4742657.

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

Color convert

RGB19472-
CMYK0.9900.230.63
HSL165.81º97.89%18.63%-
HSV(B)165.81º98.94%36.86%-
XYZ5.188.487.49-
YUV63.68132.6983.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 94 (37.11% from 255) = 56.29%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=0.60%
G=56.29%
B=43.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194720.9900.230.63165.8197.8918.63
Hex15E48630173Fa66213
Octal11361101430277724614223
Binary110111101001000110001101011111111110100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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