#1B6053

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

Shades of Eden #1B6053

Tints of Eden #1B6053

Color information

#1B6053 (or 0x1B6053) is unknown color: approx Eden. HEX triplet: 1B, 60 and 53. RGB value is (27,96,83). Sum of RGB (Red+Green+Blue) = 27+96+83=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6053 is #E49FAC. Grayscale: #494949. Windows color (decimal): -14983085 or 5464091. OLE color: 5464091.

HSL color Cylindrical-coordinate representation of color #1B6053: hue angle of 168.7º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6053 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB279683-
CMYK0.7200.140.62
HSL168.7º56.1%24.12%-
HSV(B)168.7º71.88%37.65%-
XYZ6.29.229.64-
YUV73.89133.1494.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=13.11%
G=46.60%
B=40.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2796830.7200.140.62168.756.124.12
Hex1B6053480E3Ea93818
Octal33140123110016762517030
Binary11011110000010100111001000011101111101010100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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