#01644C

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

Shades of Watercourse #01644C

Tints of Watercourse #01644C

Color information

#01644C (or 0x01644C) is unknown color: approx Watercourse. HEX triplet: 01, 64 and 4C. RGB value is (1,100,76). Sum of RGB (Red+Green+Blue) = 1+100+76=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #01644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01644C is #FE9BB3. Grayscale: #434343. Windows color (decimal): -16686004 or 5006337. OLE color: 5006337.

HSL color Cylindrical-coordinate representation of color #01644C: hue angle of 165.45º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01644C is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB110076-
CMYK0.9900.240.61
HSL165.45º98.02%19.8%-
HSV(B)165.45º99%39.22%-
XYZ5.879.648.39-
YUV67.66132.780.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 100 (39.45% from 255) = 56.50%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=0.56%
G=56.50%
B=42.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100760.9900.240.61165.4598.0219.8
Hex1644C630183Da56214
Octal11441141430307524514224
Binary111001001001100110001101100011110110100101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01644C; }

 p { color: rgb(1,100,76); }

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

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

 a { background-color: rgb(1,100,76); }

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

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

 span { border-color: rgb(1,100,76); }

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