#1A554E

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

Shades of Eden #1A554E

Tints of Eden #1A554E

Color information

#1A554E (or 0x1A554E) is unknown color: approx Eden. HEX triplet: 1A, 55 and 4E. RGB value is (26,85,78). Sum of RGB (Red+Green+Blue) = 26+85+78=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #1A554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A554E is #E5AAB1. Grayscale: #424242. Windows color (decimal): -15051442 or 5133594. OLE color: 5133594.

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

Color convert

RGB268578-
CMYK0.6900.080.67
HSL172.88º53.15%21.76%-
HSV(B)172.88º69.41%33.33%-
XYZ5.057.278.34-
YUV66.56134.4599.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=13.76%
G=44.97%
B=41.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685780.6900.080.67172.8853.1521.76
Hex1A554E450843ad3516
Octal321251161050101032556526
Binary110101010101100111010001010100010000111010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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