Html Css Color HEX #14844D Salem

📋 copy color: '#14844D'

red 20 ◦ green 132 ◦ blue 77

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

Shades of Salem #14844D

Tints of Salem #14844D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 8.73%
G = 57.64%
B = 33.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#14844D (or 0x14844D) is known color: Salem. HEX triplet: 14, 84 and 4D. RGB value is (20,132,77). Sum of RGB (Red+Green+Blue) = 20+132+77=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #14844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14844D is #EB7BB2. Grayscale: #5C5C5C. Windows color (decimal): -15432627 or 5080084. OLE color: 5080084.

HSL color Cylindrical-coordinate representation of color #14844D: hue angle of 150.54º 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 #14844D is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 77 -
CMYK 0.85 0 0.42 0.48
HSL 150.54º 0.74% 0.3% -
HSV(B) 150.54º 0.85% 0.52% -
XYZ 9.88 17.19 9.82 -
YUV 92.24 119.39 76.47 -
System Red Green Blue C M Y K H S L
Decimal 20 132 77 0.85 0 0.42 0.48 150.54 0.74 0.3
Hex 14 84 4D 55 0 2A 30 97 4A 1E
Octal 24 204 115 125 0 52 60 227 112 36
Binary 10100 10000100 1001101 1010101 0 101010 110000 10010111 1001010 11110

Color Harmonies of #14844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14844D

Black with #14844D

Text Example


Text Example

White with #14844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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