#1A6555

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

Shades of Eden #1A6555

Tints of Eden #1A6555

Color information

#1A6555 (or 0x1A6555) is unknown color: approx Eden. HEX triplet: 1A, 65 and 55. RGB value is (26,101,85). Sum of RGB (Red+Green+Blue) = 26+101+85=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6555 is #E59AAA. Grayscale: #4C4C4C. Windows color (decimal): -15047339 or 5596442. OLE color: 5596442.

HSL color Cylindrical-coordinate representation of color #1A6555: hue angle of 167.2º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6555 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB2610185-
CMYK0.7400.160.60
HSL167.2º59.06%24.9%-
HSV(B)167.2º74.26%39.61%-
XYZ6.7210.1810.21-
YUV76.75132.6591.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=12.26%
G=47.64%
B=40.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101850.7400.160.60167.259.0624.9
Hex1A65554A0103Ca73b19
Octal32145125112020742477331
Binary110101100101101010110010100100001111001010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,101,85); }

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

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

 a { background-color: rgb(26,101,85); }

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

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

 span { border-color: rgb(26,101,85); }

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