#1A574E

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

Shades of Eden #1A574E

Tints of Eden #1A574E

Color information

#1A574E (or 0x1A574E) is unknown color: approx Eden. HEX triplet: 1A, 57 and 4E. RGB value is (26,87,78). Sum of RGB (Red+Green+Blue) = 26+87+78=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #1A574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A574E is #E5A8B1. Grayscale: #434343. Windows color (decimal): -15050930 or 5134106. OLE color: 5134106.

HSL color Cylindrical-coordinate representation of color #1A574E: hue angle of 171.15º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A574E is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB268778-
CMYK0.7000.100.66
HSL171.15º53.98%22.16%-
HSV(B)171.15º70.11%34.12%-
XYZ5.217.598.4-
YUV67.74133.7998.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=13.61%
G=45.55%
B=40.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2687780.7000.100.66171.1553.9822.16
Hex1A574E460A42ab3616
Octal321271161060121022536626
Binary110101010111100111010001100101010000101010101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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