Html Css Color HEX #14844A Salem

📋 copy color: '#14844A'

red 20 ◦ green 132 ◦ blue 74

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

Shades of Salem #14844A

Tints of Salem #14844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.41%

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 8.85%
G = 58.41%
B = 32.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#14844A (or 0x14844A) is known color: Salem. HEX triplet: 14, 84 and 4A. RGB value is (20,132,74). Sum of RGB (Red+Green+Blue) = 20+132+74=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #14844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14844A is #EB7BB5. Grayscale: #5C5C5C. Windows color (decimal): -15432630 or 4883476. OLE color: 4883476.

HSL color Cylindrical-coordinate representation of color #14844A: hue angle of 148.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14844A is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 74 -
CMYK 0.85 0 0.44 0.48
HSL 148.93º 0.74% 0.3% -
HSV(B) 148.93º 0.85% 0.52% -
XYZ 9.78 17.15 9.27 -
YUV 91.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 20 132 74 0.85 0 0.44 0.48 148.93 0.74 0.3
Hex 14 84 4A 55 0 2C 30 95 4A 1E
Octal 24 204 112 125 0 54 60 225 112 36
Binary 10100 10000100 1001010 1010101 0 101100 110000 10010101 1001010 11110

Color Harmonies of #14844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14844A

Black with #14844A

Text Example


Text Example

White with #14844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14844A; }

 p { color: rgb(20,132,74); }

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

background-color css

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

 a { background-color: rgb(20,132,74); }

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

border-color css

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

 span { border-color: rgb(20,132,74); }

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