#146654

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

Shades of Eden #146654

Tints of Eden #146654

Color information

#146654 (or 0x146654) is unknown color: approx Eden. HEX triplet: 14, 66 and 54. RGB value is (20,102,84). Sum of RGB (Red+Green+Blue) = 20+102+84=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #146654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146654 is #EB99AB. Grayscale: #4B4B4B. Windows color (decimal): -15440300 or 5531156. OLE color: 5531156.

HSL color Cylindrical-coordinate representation of color #146654: hue angle of 166.83º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146654 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB2010284-
CMYK0.8000.180.6
HSL166.83º67.21%23.92%-
HSV(B)166.83º80.39%40%-
XYZ6.6410.2910.02-
YUV75.43132.8388.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 102 (40.23% from 255) = 49.51%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=9.71%
G=49.51%
B=40.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102840.8000.180.6166.8367.2123.92
Hex146654500123Ca74318
Octal241461241200227424710330
Binary1010011001101010100101000001001011110010100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146654; }

 p { color: rgb(20,102,84); }

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

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

 a { background-color: rgb(20,102,84); }

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

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

 span { border-color: rgb(20,102,84); }

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