#1A6151

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

Shades of Eden #1A6151

Tints of Eden #1A6151

Color information

#1A6151 (or 0x1A6151) is unknown color: approx Eden. HEX triplet: 1A, 61 and 51. RGB value is (26,97,81). Sum of RGB (Red+Green+Blue) = 26+97+81=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6151 is #E59EAE. Grayscale: #494949. Windows color (decimal): -15048367 or 5333274. OLE color: 5333274.

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

Color convert

RGB269781-
CMYK0.7300.160.62
HSL166.48º57.72%24.12%-
HSV(B)166.48º73.2%38.04%-
XYZ6.199.369.27-
YUV73.95131.9893.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.75%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=12.75%
G=47.55%
B=39.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697810.7300.160.62166.4857.7224.12
Hex1A6151490103Ea63a18
Octal32141121111020762467230
Binary110101100001101000110010010100001111101010011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,81); }

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

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

 a { background-color: rgb(26,97,81); }

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

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

 span { border-color: rgb(26,97,81); }

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