#01744E

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

Shades of Watercourse #01744E

Tints of Watercourse #01744E

Color information

#01744E (or 0x01744E) is unknown color: approx Watercourse. HEX triplet: 01, 74 and 4E. RGB value is (1,116,78). Sum of RGB (Red+Green+Blue) = 1+116+78=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #01744E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01744E is #FE8BB1. Grayscale: #4D4D4D. Windows color (decimal): -16681906 or 5141505. OLE color: 5141505.

HSL color Cylindrical-coordinate representation of color #01744E: hue angle of 160.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01744E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB111678-
CMYK0.9900.330.55
HSL160.17º98.29%22.94%-
HSV(B)160.17º99.14%45.49%-
XYZ7.6313.059.32-
YUV77.28128.473.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 78 (30.86% from 255) = 40%
R=0.51%
G=59.49%
B=40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1116780.9900.330.55160.1798.2922.94
Hex1744E6302137a06217
Octal11641161430416724014227
Binary1111010010011101100011010000111011110100000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01744E; }

 p { color: rgb(1,116,78); }

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

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

 a { background-color: rgb(1,116,78); }

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

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

 span { border-color: rgb(1,116,78); }

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