#185B49

Color #185B49 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #185B49

Tints of Evening Sea #185B49

Color information

#185B49 (or 0x185B49) is unknown color: approx Evening Sea. HEX triplet: 18, 5B and 49. RGB value is (24,91,73). Sum of RGB (Red+Green+Blue) = 24+91+73=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #185B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B49 is #E7A4B6. Grayscale: #444444. Windows color (decimal): -15180983 or 4807448. OLE color: 4807448.

HSL color Cylindrical-coordinate representation of color #185B49: hue angle of 163.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B49 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB249173-
CMYK0.7400.200.64
HSL163.88º58.26%22.55%-
HSV(B)163.88º73.63%35.69%-
XYZ5.328.167.6-
YUV68.91130.395.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 91 (35.94% from 255) = 48.40%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=12.77%
G=48.40%
B=38.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491730.7400.200.64163.8858.2622.55
Hex185B494A01440a43a17
Octal301331111120241002447227
Binary1100010110111001001100101001010010000001010010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185B49; }

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

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

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

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

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

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

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

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