#015946

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

Shades of Watercourse #015946

Tints of Watercourse #015946

Color information

#015946 (or 0x015946) is unknown color: approx Watercourse. HEX triplet: 01, 59 and 46. RGB value is (1,89,70). Sum of RGB (Red+Green+Blue) = 1+89+70=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #015946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015946 is #FEA6B9. Grayscale: #3C3C3C. Windows color (decimal): -16688826 or 4610305. OLE color: 4610305.

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

Color convert

RGB18970-
CMYK0.9900.210.65
HSL167.05º97.78%17.65%-
HSV(B)167.05º98.88%34.9%-
XYZ4.697.597.01-
YUV60.52133.3585.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 89 (35.16% from 255) = 55.62%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=0.62%
G=55.62%
B=43.75%

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
Decimal189700.9900.210.65167.0597.7817.65
Hex159466301541a76212
Octal113110614302510124714222
Binary1101100110001101100011010101100000110100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015946; }

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

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

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

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

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

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

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

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