#146050

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

Shades of Eden #146050

Tints of Eden #146050

Color information

#146050 (or 0x146050) is unknown color: approx Eden. HEX triplet: 14, 60 and 50. RGB value is (20,96,80). Sum of RGB (Red+Green+Blue) = 20+96+80=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #146050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146050 is #EB9FAF. Grayscale: #474747. Windows color (decimal): -15441840 or 5267476. OLE color: 5267476.

HSL color Cylindrical-coordinate representation of color #146050: hue angle of 167.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146050 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB209680-
CMYK0.7900.170.62
HSL167.37º65.52%22.75%-
HSV(B)167.37º79.17%37.65%-
XYZ5.929.099.03-
YUV71.45132.8291.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=10.20%
G=48.98%
B=40.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096800.7900.170.62167.3765.5222.75
Hex1460504F0113Ea74217
Octal241401201170217624710227
Binary1010011000001010000100111101000111111010100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146050; }

 p { color: rgb(20,96,80); }

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

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

 a { background-color: rgb(20,96,80); }

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

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

 span { border-color: rgb(20,96,80); }

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