Html Css Color HEX #14914C Salem

📋 copy color: '#14914C'

red 20 ◦ green 145 ◦ blue 76

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

Shades of Salem #14914C

Tints of Salem #14914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.17%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 8.3%
G = 60.17%
B = 31.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#14914C (or 0x14914C) is known color: Salem. HEX triplet: 14, 91 and 4C. RGB value is (20,145,76). Sum of RGB (Red+Green+Blue) = 20+145+76=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #14914C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14914C is #EB6EB3. Grayscale: #636363. Windows color (decimal): -15429300 or 5017876. OLE color: 5017876.

HSL color Cylindrical-coordinate representation of color #14914C: hue angle of 146.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14914C is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 76 -
CMYK 0.86 0 0.48 0.43
HSL 146.88º 0.76% 0.32% -
HSV(B) 146.88º 0.86% 0.57% -
XYZ 11.72 20.92 10.26 -
YUV 99.76 114.59 71.11 -
System Red Green Blue C M Y K H S L
Decimal 20 145 76 0.86 0 0.48 0.43 146.88 0.76 0.32
Hex 14 91 4C 56 0 30 2B 93 4C 20
Octal 24 221 114 126 0 60 53 223 114 40
Binary 10100 10010001 1001100 1010110 0 110000 101011 10010011 1001100 100000

Color Harmonies of #14914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14914C

Black with #14914C

Text Example


Text Example

White with #14914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14914C; }

 p { color: rgb(20,145,76); }

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

background-color css

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

 a { background-color: rgb(20,145,76); }

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

border-color css

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

 span { border-color: rgb(20,145,76); }

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