#1A564D

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

Shades of Eden #1A564D

Tints of Eden #1A564D

Color information

#1A564D (or 0x1A564D) is unknown color: approx Eden. HEX triplet: 1A, 56 and 4D. RGB value is (26,86,77). Sum of RGB (Red+Green+Blue) = 26+86+77=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #1A564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A564D is #E5A9B2. Grayscale: #434343. Windows color (decimal): -15051187 or 5068314. OLE color: 5068314.

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

Color convert

RGB268677-
CMYK0.7000.100.66
HSL171º53.57%21.96%-
HSV(B)171º69.77%33.73%-
XYZ5.097.418.18-
YUV67.03133.6298.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=13.76%
G=45.50%
B=40.74%

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
Decimal2686770.7000.100.6617153.5721.96
Hex1A564D460A42ab3616
Octal321261151060121022536626
Binary110101010110100110110001100101010000101010101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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