#146354

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

Shades of Eden #146354

Tints of Eden #146354

Color information

#146354 (or 0x146354) is unknown color: approx Eden. HEX triplet: 14, 63 and 54. RGB value is (20,99,84). Sum of RGB (Red+Green+Blue) = 20+99+84=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #146354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146354 is #EB9CAB. Grayscale: #494949. Windows color (decimal): -15441068 or 5530388. OLE color: 5530388.

HSL color Cylindrical-coordinate representation of color #146354: hue angle of 168.61º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146354 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB209984-
CMYK0.8000.150.61
HSL168.61º66.39%23.33%-
HSV(B)168.61º79.8%38.82%-
XYZ6.359.719.93-
YUV73.67133.8389.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=9.85%
G=48.77%
B=41.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099840.8000.150.61168.6166.3923.33
Hex146354500F3Da94217
Octal241431241200177525110227
Binary101001100011101010010100000111111110110101001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146354; }

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

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

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

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

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

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

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

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