#006149

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

Shades of Watercourse #006149

Tints of Watercourse #006149

Color information

#006149 (or 0x006149) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 49. RGB value is (0,97,73). Sum of RGB (Red+Green+Blue) = 0+97+73=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #006149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006149 is #FF9EB6. Grayscale: #414141. Windows color (decimal): -16752311 or 4808960. OLE color: 4808960.

HSL color Cylindrical-coordinate representation of color #006149: hue angle of 165.15º 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 #006149 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB09773-
CMYK100.250.62
HSL165.15º100%19.02%-
HSV(B)165.15º100%38.04%-
XYZ5.489.037.76-
YUV65.26132.3681.45-

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) = 57.06%
BLUE value IS 73 (28.91% from 255) = 42.94%
R=0%
G=57.06%
B=42.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09773100.250.62165.1510019.02
Hex06149640193Ea56413
Octal01411111440317624514423
Binary011000011001001110010001100111111010100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006149; }

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

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

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

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

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

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

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

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