#1B6A56

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

Shades of Eden #1B6A56

Tints of Eden #1B6A56

Color information

#1B6A56 (or 0x1B6A56) is unknown color: approx Eden. HEX triplet: 1B, 6A and 56. RGB value is (27,106,86). Sum of RGB (Red+Green+Blue) = 27+106+86=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6A56 is #E495A9. Grayscale: #505050. Windows color (decimal): -14980522 or 5663259. OLE color: 5663259.

HSL color Cylindrical-coordinate representation of color #1B6A56: hue angle of 164.81º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6A56 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB2710686-
CMYK0.7500.190.58
HSL164.81º59.4%26.08%-
HSV(B)164.81º74.53%41.57%-
XYZ7.2911.2110.58-
YUV80.1131.3390.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=12.33%
G=48.40%
B=39.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106860.7500.190.58164.8159.426.08
Hex1B6A564B0133Aa53b1a
Octal33152126113023722457332
Binary110111101010101011010010110100111110101010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,106,86); }

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

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

 a { background-color: rgb(27,106,86); }

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

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

 span { border-color: rgb(27,106,86); }

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