#1A5D53

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

Shades of Eden #1A5D53

Tints of Eden #1A5D53

Color information

#1A5D53 (or 0x1A5D53) is unknown color: approx Eden. HEX triplet: 1A, 5D and 53. RGB value is (26,93,83). Sum of RGB (Red+Green+Blue) = 26+93+83=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D53 is #E5A2AC. Grayscale: #474747. Windows color (decimal): -15049389 or 5463322. OLE color: 5463322.

HSL color Cylindrical-coordinate representation of color #1A5D53: hue angle of 171.04º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D53 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB269383-
CMYK0.7200.110.64
HSL171.04º56.3%23.33%-
HSV(B)171.04º72.04%36.47%-
XYZ5.98.679.55-
YUV71.83134.395.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=12.87%
G=46.04%
B=41.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2693830.7200.110.64171.0456.323.33
Hex1A5D53480B40ab3817
Octal321351231100131002537027
Binary110101011101101001110010000101110000001010101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,93,83); }

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

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

 a { background-color: rgb(26,93,83); }

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

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

 span { border-color: rgb(26,93,83); }

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