#006144

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

Shades of Watercourse #006144

Tints of Watercourse #006144

Color information

#006144 (or 0x006144) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 44. RGB value is (0,97,68). Sum of RGB (Red+Green+Blue) = 0+97+68=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #006144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006144 is #FF9EBB. Grayscale: #404040. Windows color (decimal): -16752316 or 4481280. OLE color: 4481280.

HSL color Cylindrical-coordinate representation of color #006144: hue angle of 162.06º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006144 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB09768-
CMYK100.300.62
HSL162.06º100%19.02%-
HSV(B)162.06º100%38.04%-
XYZ5.328.976.92-
YUV64.69129.8681.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 68 (26.95% from 255) = 41.21%
R=0%
G=58.79%
B=41.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09768100.300.62162.0610019.02
Hex061446401E3Ea26413
Octal01411041440367624214423
Binary011000011000100110010001111011111010100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006144; }

 p { color: rgb(0,97,68); }

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

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

 a { background-color: rgb(0,97,68); }

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

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

 span { border-color: rgb(0,97,68); }

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