#1A6D56

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

Shades of Eden #1A6D56

Tints of Eden #1A6D56

Color information

#1A6D56 (or 0x1A6D56) is unknown color: approx Eden. HEX triplet: 1A, 6D and 56. RGB value is (26,109,86). Sum of RGB (Red+Green+Blue) = 26+109+86=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D56 is #E592A9. Grayscale: #515151. Windows color (decimal): -15045290 or 5664026. OLE color: 5664026.

HSL color Cylindrical-coordinate representation of color #1A6D56: hue angle of 163.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D56 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB2610986-
CMYK0.7600.210.57
HSL163.37º61.48%26.47%-
HSV(B)163.37º76.15%42.75%-
XYZ7.5711.8310.69-
YUV81.56130.588.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 109 (42.97% from 255) = 49.32%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=11.76%
G=49.32%
B=38.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26109860.7600.210.57163.3761.4826.47
Hex1A6D564C01539a33d1a
Octal32155126114025712437532
Binary110101101101101011010011000101011110011010001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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