#015A46

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

Shades of Watercourse #015A46

Tints of Watercourse #015A46

Color information

#015A46 (or 0x015A46) is unknown color: approx Watercourse. HEX triplet: 01, 5A and 46. RGB value is (1,90,70). Sum of RGB (Red+Green+Blue) = 1+90+70=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #015A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A46 is #FEA5B9. Grayscale: #3D3D3D. Windows color (decimal): -16688570 or 4610561. OLE color: 4610561.

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

Color convert

RGB19070-
CMYK0.9900.220.65
HSL166.52º97.8%17.84%-
HSV(B)166.52º98.89%35.29%-
XYZ4.777.767.04-
YUV61.11133.0185.13-

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.90%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=0.62%
G=55.90%
B=43.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190700.9900.220.65166.5297.817.84
Hex15A466301641a76212
Octal113210614302610124714222
Binary1101101010001101100011010110100000110100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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