#01593F

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

Shades of Watercourse #01593F

Tints of Watercourse #01593F

Color information

#01593F (or 0x01593F) is unknown color: approx Watercourse. HEX triplet: 01, 59 and 3F. RGB value is (1,89,63). Sum of RGB (Red+Green+Blue) = 1+89+63=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #01593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01593F is #FEA6C0. Grayscale: #3B3B3B. Windows color (decimal): -16688833 or 4151553. OLE color: 4151553.

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

Color convert

RGB18963-
CMYK0.9900.290.65
HSL162.27º97.78%17.65%-
HSV(B)162.27º98.88%34.9%-
XYZ4.487.515.92-
YUV59.72129.8586.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 89 (35.16% from 255) = 58.17%
BLUE value IS 63 (25% from 255) = 41.18%
R=0.65%
G=58.17%
B=41.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189630.9900.290.65162.2797.7817.65
Hex1593F6301D41a26212
Octal11317714303510124214222
Binary110110011111111100011011101100000110100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01593F; }

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

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

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

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

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

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

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

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