#146653

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

Shades of Eden #146653

Tints of Eden #146653

Color information

#146653 (or 0x146653) is unknown color: approx Eden. HEX triplet: 14, 66 and 53. RGB value is (20,102,83). Sum of RGB (Red+Green+Blue) = 20+102+83=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #146653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146653 is #EB99AC. Grayscale: #4B4B4B. Windows color (decimal): -15440301 or 5465620. OLE color: 5465620.

HSL color Cylindrical-coordinate representation of color #146653: hue angle of 166.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146653 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB2010283-
CMYK0.8000.190.6
HSL166.1º67.21%23.92%-
HSV(B)166.1º80.39%40%-
XYZ6.610.289.82-
YUV75.32132.3388.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=9.76%
G=49.76%
B=40.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102830.8000.190.6166.167.2123.92
Hex146653500133Ca64318
Octal241461231200237424610330
Binary1010011001101010011101000001001111110010100110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146653; }

 p { color: rgb(20,102,83); }

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

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

 a { background-color: rgb(20,102,83); }

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

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

 span { border-color: rgb(20,102,83); }

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