#1a5546

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

Shades of Evening Sea #1A5546

Tints of Evening Sea #1A5546

Color information

#1A5546 (or 0x1A5546) is unknown color: approx Evening Sea. HEX triplet: 1A, 55 and 46. RGB value is (26,85,70). Sum of RGB (Red+Green+Blue) = 26+85+70=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5546 is #E5AAB9. Grayscale: #414141. Windows color (decimal): -15051450 or 4609306. OLE color: 4609306.

HSL color Cylindrical-coordinate representation of color #1A5546: hue angle of 164.75º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5546 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB268570-
CMYK0.6900.180.67
HSL164.75º53.15%21.76%-
HSV(B)164.75º69.41%33.33%-
XYZ4.787.166.92-
YUV65.65130.4599.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=14.36%
G=46.96%
B=38.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685700.6900.180.67164.7553.1521.76
Hex1A55464501243a53516
Octal321251061050221032456526
Binary1101010101011000110100010101001010000111010010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a5546; }

 p { color: rgb(26,85,70); }

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

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

 a { background-color: rgb(26,85,70); }

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

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

 span { border-color: rgb(26,85,70); }

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