#1A6A56

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

Shades of Eden #1A6A56

Tints of Eden #1A6A56

Color information

#1A6A56 (or 0x1A6A56) is unknown color: approx Eden. HEX triplet: 1A, 6A and 56. RGB value is (26,106,86). Sum of RGB (Red+Green+Blue) = 26+106+86=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #1A6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6A56 is #E595A9. Grayscale: #4F4F4F. Windows color (decimal): -15046058 or 5663258. OLE color: 5663258.

HSL color Cylindrical-coordinate representation of color #1A6A56: hue angle of 165º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6A56 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB2610686-
CMYK0.7500.190.58
HSL165º60.61%25.88%-
HSV(B)165º75.47%41.57%-
XYZ7.2611.210.58-
YUV79.8131.589.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=11.93%
G=48.62%
B=39.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26106860.7500.190.5816560.6125.88
Hex1A6A564B0133Aa53d1a
Octal32152126113023722457532
Binary110101101010101011010010110100111110101010010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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