#1A5D55

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

Shades of Eden #1A5D55

Tints of Eden #1A5D55

Color information

#1A5D55 (or 0x1A5D55) is unknown color: approx Eden. HEX triplet: 1A, 5D and 55. RGB value is (26,93,85). Sum of RGB (Red+Green+Blue) = 26+93+85=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D55 is #E5A2AA. Grayscale: #484848. Windows color (decimal): -15049387 or 5594394. OLE color: 5594394.

HSL color Cylindrical-coordinate representation of color #1A5D55: hue angle of 172.84º 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 #1A5D55 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB269385-
CMYK0.7200.090.64
HSL172.84º56.3%23.33%-
HSV(B)172.84º72.04%36.47%-
XYZ5.988.79.96-
YUV72.05135.395.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=12.75%
G=45.59%
B=41.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2693850.7200.090.64172.8456.323.33
Hex1A5D55480940ad3817
Octal321351251100111002557027
Binary110101011101101010110010000100110000001010110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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