#01563F

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

Shades of Watercourse #01563F

Tints of Watercourse #01563F

Color information

#01563F (or 0x01563F) is unknown color: approx Watercourse. HEX triplet: 01, 56 and 3F. RGB value is (1,86,63). Sum of RGB (Red+Green+Blue) = 1+86+63=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #01563F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01563F is #FEA9C0. Grayscale: #393939. Windows color (decimal): -16689601 or 4150785. OLE color: 4150785.

HSL color Cylindrical-coordinate representation of color #01563F: hue angle of 163.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01563F is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB18663-
CMYK0.9900.270.66
HSL163.76º97.7%17.06%-
HSV(B)163.76º98.84%33.73%-
XYZ4.247.025.83-
YUV57.96130.8487.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 86 (33.98% from 255) = 57.33%
BLUE value IS 63 (25% from 255) = 42%
R=0.67%
G=57.33%
B=42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186630.9900.270.66163.7697.717.06
Hex1563F6301B42a46211
Octal11267714303310224414221
Binary110101101111111100011011011100001010100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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