#1A6053

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

Shades of Eden #1A6053

Tints of Eden #1A6053

Color information

#1A6053 (or 0x1A6053) is unknown color: approx Eden. HEX triplet: 1A, 60 and 53. RGB value is (26,96,83). Sum of RGB (Red+Green+Blue) = 26+96+83=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6053 is #E59FAC. Grayscale: #494949. Windows color (decimal): -15048621 or 5464090. OLE color: 5464090.

HSL color Cylindrical-coordinate representation of color #1A6053: hue angle of 168.86º 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 #1A6053 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB269683-
CMYK0.7300.140.62
HSL168.86º57.38%23.92%-
HSV(B)168.86º72.92%37.65%-
XYZ6.179.219.64-
YUV73.59133.3194.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=12.68%
G=46.83%
B=40.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696830.7300.140.62168.8657.3823.92
Hex1A6053490E3Ea93918
Octal32140123111016762517130
Binary11010110000010100111001001011101111101010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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