#1A6856

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

Shades of Eden #1A6856

Tints of Eden #1A6856

Color information

#1A6856 (or 0x1A6856) is unknown color: approx Eden. HEX triplet: 1A, 68 and 56. RGB value is (26,104,86). Sum of RGB (Red+Green+Blue) = 26+104+86=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6856 is #E597A9. Grayscale: #4E4E4E. Windows color (decimal): -15046570 or 5662746. OLE color: 5662746.

HSL color Cylindrical-coordinate representation of color #1A6856: hue angle of 166.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6856 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB2610486-
CMYK0.7500.170.59
HSL166.15º60%25.49%-
HSV(B)166.15º75%40.78%-
XYZ7.0610.7910.52-
YUV78.63132.1690.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=12.04%
G=48.15%
B=39.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104860.7500.170.59166.156025.49
Hex1A68564B0113Ba63c19
Octal32150126113021732467431
Binary110101101000101011010010110100011110111010011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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