#1A564E

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

Shades of Eden #1A564E

Tints of Eden #1A564E

Color information

#1A564E (or 0x1A564E) is unknown color: approx Eden. HEX triplet: 1A, 56 and 4E. RGB value is (26,86,78). Sum of RGB (Red+Green+Blue) = 26+86+78=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #1A564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A564E is #E5A9B1. Grayscale: #434343. Windows color (decimal): -15051186 or 5133850. OLE color: 5133850.

HSL color Cylindrical-coordinate representation of color #1A564E: hue angle of 172º 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 #1A564E is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB268678-
CMYK0.7000.090.66
HSL172º53.57%21.96%-
HSV(B)172º69.77%33.73%-
XYZ5.137.438.37-
YUV67.15134.1298.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=13.68%
G=45.26%
B=41.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2686780.7000.090.6617253.5721.96
Hex1A564E460942ac3616
Octal321261161060111022546626
Binary110101010110100111010001100100110000101010110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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