#006049

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

Shades of Watercourse #006049

Tints of Watercourse #006049

Color information

#006049 (or 0x006049) is unknown color: approx Watercourse. HEX triplet: 00, 60 and 49. RGB value is (0,96,73). Sum of RGB (Red+Green+Blue) = 0+96+73=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #006049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006049 is #FF9FB6. Grayscale: #404040. Windows color (decimal): -16752567 or 4808704. OLE color: 4808704.

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

Color convert

RGB09673-
CMYK100.240.62
HSL165.62º100%18.82%-
HSV(B)165.62º100%37.65%-
XYZ5.398.857.73-
YUV64.67132.781.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=0%
G=56.80%
B=43.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09673100.240.62165.6210018.82
Hex06049640183Ea66413
Octal01401111440307624614423
Binary011000001001001110010001100011111010100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006049; }

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

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

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

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

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

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

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

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