#0A5B49

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

Shades of Watercourse #0A5B49

Tints of Watercourse #0A5B49

Color information

#0A5B49 (or 0x0A5B49) is unknown color: approx Watercourse. HEX triplet: 0A, 5B and 49. RGB value is (10,91,73). Sum of RGB (Red+Green+Blue) = 10+91+73=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B49 is #F5A4B6. Grayscale: #404040. Windows color (decimal): -16098487 or 4807434. OLE color: 4807434.

HSL color Cylindrical-coordinate representation of color #0A5B49: hue angle of 166.67º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B49 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB109173-
CMYK0.8900.200.64
HSL166.67º80.2%19.8%-
HSV(B)166.67º89.01%35.69%-
XYZ5.078.037.59-
YUV64.73132.6688.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.75%
GREEN value IS 91 (35.94% from 255) = 52.30%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=5.75%
G=52.30%
B=41.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091730.8900.200.64166.6780.219.8
HexA5B495901440a75014
Octal1213311113102410024712024
Binary1010101101110010011011001010100100000010100111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5B49; }

 p { color: rgb(10,91,73); }

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

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

 a { background-color: rgb(10,91,73); }

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

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

 span { border-color: rgb(10,91,73); }

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