#146755

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

Shades of Eden #146755

Tints of Eden #146755

Color information

#146755 (or 0x146755) is unknown color: approx Eden. HEX triplet: 14, 67 and 55. RGB value is (20,103,85). Sum of RGB (Red+Green+Blue) = 20+103+85=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #146755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146755 is #EB98AA. Grayscale: #4C4C4C. Windows color (decimal): -15440043 or 5596948. OLE color: 5596948.

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

Color convert

RGB2010385-
CMYK0.8100.170.60
HSL166.99º67.48%24.12%-
HSV(B)166.99º80.58%40.39%-
XYZ6.7810.5110.26-
YUV76.1313387.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 103 (40.62% from 255) = 49.52%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=9.62%
G=49.52%
B=40.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103850.8100.170.60166.9967.4824.12
Hex146755510113Ca74318
Octal241471251210217424710330
Binary1010011001111010101101000101000111110010100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146755; }

 p { color: rgb(20,103,85); }

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

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

 a { background-color: rgb(20,103,85); }

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

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

 span { border-color: rgb(20,103,85); }

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