#1A5544

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

Shades of Evening Sea #1A5544

Tints of Evening Sea #1A5544

Color information

#1A5544 (or 0x1A5544) is unknown color: approx Evening Sea. HEX triplet: 1A, 55 and 44. RGB value is (26,85,68). Sum of RGB (Red+Green+Blue) = 26+85+68=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5544 is #E5AABB. Grayscale: #414141. Windows color (decimal): -15051452 or 4478234. OLE color: 4478234.

HSL color Cylindrical-coordinate representation of color #1A5544: hue angle of 162.71º 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 #1A5544 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB268568-
CMYK0.6900.200.67
HSL162.71º53.15%21.76%-
HSV(B)162.71º69.41%33.33%-
XYZ4.727.136.6-
YUV65.42129.4599.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.53%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=14.53%
G=47.49%
B=37.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685680.6900.200.67162.7153.1521.76
Hex1A55444501443a33516
Octal321251041050241032436526
Binary1101010101011000100100010101010010000111010001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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