#015945

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

Shades of Watercourse #015945

Tints of Watercourse #015945

Color information

#015945 (or 0x015945) is unknown color: approx Watercourse. HEX triplet: 01, 59 and 45. RGB value is (1,89,69). Sum of RGB (Red+Green+Blue) = 1+89+69=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #015945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015945 is #FEA6BA. Grayscale: #3C3C3C. Windows color (decimal): -16688827 or 4544769. OLE color: 4544769.

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

Color convert

RGB18969-
CMYK0.9900.220.65
HSL166.36º97.78%17.65%-
HSV(B)166.36º98.88%34.9%-
XYZ4.667.586.85-
YUV60.41132.8585.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=0.63%
G=55.97%
B=43.40%

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
Decimal189690.9900.220.65166.3697.7817.65
Hex159456301641a66212
Octal113110514302610124614222
Binary1101100110001011100011010110100000110100110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015945; }

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

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

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

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

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

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

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

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