#146956

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

Shades of Eden #146956

Tints of Eden #146956

Color information

#146956 (or 0x146956) is unknown color: approx Eden. HEX triplet: 14, 69 and 56. RGB value is (20,105,86). Sum of RGB (Red+Green+Blue) = 20+105+86=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #146956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146956 is #EB96A9. Grayscale: #4D4D4D. Windows color (decimal): -15439530 or 5662996. OLE color: 5662996.

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

Color convert

RGB2010586-
CMYK0.8100.180.59
HSL166.59º68%24.51%-
HSV(B)166.59º80.95%41.18%-
XYZ7.0210.9210.54-
YUV77.42132.8487.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=9.48%
G=49.76%
B=40.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105860.8100.180.59166.596824.51
Hex146956510123Ba74419
Octal241511261210227324710431
Binary1010011010011010110101000101001011101110100111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146956; }

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

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

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

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

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

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

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

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