#146856

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

Shades of Eden #146856

Tints of Eden #146856

Color information

#146856 (or 0x146856) is unknown color: approx Eden. HEX triplet: 14, 68 and 56. RGB value is (20,104,86). Sum of RGB (Red+Green+Blue) = 20+104+86=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #146856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146856 is #EB97A9. Grayscale: #4C4C4C. Windows color (decimal): -15439786 or 5662740. OLE color: 5662740.

HSL color Cylindrical-coordinate representation of color #146856: hue angle of 167.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146856 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB2010486-
CMYK0.8100.170.59
HSL167.14º67.74%24.31%-
HSV(B)167.14º80.77%40.78%-
XYZ6.9210.7210.51-
YUV76.83133.1787.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=9.52%
G=49.52%
B=40.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104860.8100.170.59167.1467.7424.31
Hex146856510113Ba74418
Octal241501261210217324710430
Binary1010011010001010110101000101000111101110100111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146856; }

 p { color: rgb(20,104,86); }

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

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

 a { background-color: rgb(20,104,86); }

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

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

 span { border-color: rgb(20,104,86); }

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