#015A47

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

Shades of Watercourse #015A47

Tints of Watercourse #015A47

Color information

#015A47 (or 0x015A47) is unknown color: approx Watercourse. HEX triplet: 01, 5A and 47. RGB value is (1,90,71). Sum of RGB (Red+Green+Blue) = 1+90+71=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #015A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A47 is #FEA5B8. Grayscale: #3D3D3D. Windows color (decimal): -16688569 or 4676097. OLE color: 4676097.

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

Color convert

RGB19071-
CMYK0.9900.210.65
HSL167.19º97.8%17.84%-
HSV(B)167.19º98.89%35.29%-
XYZ4.817.777.21-
YUV61.22133.5185.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=0.62%
G=55.56%
B=43.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190710.9900.210.65167.1997.817.84
Hex15A476301541a76212
Octal113210714302510124714222
Binary1101101010001111100011010101100000110100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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