#1A6554

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

Shades of Eden #1A6554

Tints of Eden #1A6554

Color information

#1A6554 (or 0x1A6554) is unknown color: approx Eden. HEX triplet: 1A, 65 and 54. RGB value is (26,101,84). Sum of RGB (Red+Green+Blue) = 26+101+84=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #1A6554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6554 is #E59AAB. Grayscale: #4C4C4C. Windows color (decimal): -15047340 or 5530906. OLE color: 5530906.

HSL color Cylindrical-coordinate representation of color #1A6554: hue angle of 166.4º 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 #1A6554 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB2610184-
CMYK0.7400.170.60
HSL166.4º59.06%24.9%-
HSV(B)166.4º74.26%39.61%-
XYZ6.6810.1710-
YUV76.64132.1591.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=12.32%
G=47.87%
B=39.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26101840.7400.170.60166.459.0624.9
Hex1A65544A0113Ca63b19
Octal32145124112021742467331
Binary110101100101101010010010100100011111001010011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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