#1A6050

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

Shades of Eden #1A6050

Tints of Eden #1A6050

Color information

#1A6050 (or 0x1A6050) is unknown color: approx Eden. HEX triplet: 1A, 60 and 50. RGB value is (26,96,80). Sum of RGB (Red+Green+Blue) = 26+96+80=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6050 is #E59FAF. Grayscale: #494949. Windows color (decimal): -15048624 or 5267482. OLE color: 5267482.

HSL color Cylindrical-coordinate representation of color #1A6050: hue angle of 166.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6050 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB269680-
CMYK0.7300.170.62
HSL166.29º57.38%23.92%-
HSV(B)166.29º72.92%37.65%-
XYZ6.069.169.04-
YUV73.25131.8194.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=12.87%
G=47.52%
B=39.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696800.7300.170.62166.2957.3823.92
Hex1A6050490113Ea63918
Octal32140120111021762467130
Binary110101100000101000010010010100011111101010011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,80); }

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

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

 a { background-color: rgb(26,96,80); }

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

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

 span { border-color: rgb(26,96,80); }

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