Html Css Color HEX #146351 Eden

📋 copy color: '#146351'

red 20 ◦ green 99 ◦ blue 81

#146351
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #146351

Tints of Eden #146351

RGB

 RED value IS 20 (8.2% from 255) = 10%

 GREEN value IS 99 (39.06% from 255) = 49.5%

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 10%
G = 49.5%
B = 40.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#146351 (or 0x146351) is known color: Eden. HEX triplet: 14, 63 and 51. RGB value is (20,99,81). Sum of RGB (Red+Green+Blue) = 20+99+81=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #146351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146351 is #EB9CAE. Grayscale: #494949. Windows color (decimal): -15441071 or 5333780. OLE color: 5333780.

HSL color Cylindrical-coordinate representation of color #146351: hue angle of 166.33º 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 #146351 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 81 -
CMYK 0.80 0 0.18 0.61
HSL 166.33º 0.66% 0.23% -
HSV(B) 166.33º 0.8% 0.39% -
XYZ 6.24 9.67 9.32 -
YUV 73.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 20 99 81 0.80 0 0.18 0.61 166.33 0.66 0.23
Hex 14 63 51 50 0 12 3D A6 42 17
Octal 24 143 121 120 0 22 75 246 102 27
Binary 10100 1100011 1010001 1010000 0 10010 111101 10100110 1000010 10111

Color Harmonies of #146351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146351

Black with #146351

Text Example


Text Example

White with #146351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146351; }

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

 H1.HeaderClassName
 {
   color: #146351;
 }
 .AnyTagClassName
 {
   color: #146351;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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