Html Css Color HEX #14884D Salem

📋 copy color: '#14884D'

red 20 ◦ green 136 ◦ blue 77

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

Shades of Salem #14884D

Tints of Salem #14884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.37%

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

R = 8.58%
G = 58.37%
B = 33.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#14884D (or 0x14884D) is known color: Salem. HEX triplet: 14, 88 and 4D. RGB value is (20,136,77). Sum of RGB (Red+Green+Blue) = 20+136+77=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #14884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14884D is #EB77B2. Grayscale: #5E5E5E. Windows color (decimal): -15431603 or 5081108. OLE color: 5081108.

HSL color Cylindrical-coordinate representation of color #14884D: hue angle of 149.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14884D is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 77 -
CMYK 0.85 0 0.43 0.47
HSL 149.48º 0.74% 0.31% -
HSV(B) 149.48º 0.85% 0.53% -
XYZ 10.43 18.29 10 -
YUV 94.59 118.07 74.8 -
System Red Green Blue C M Y K H S L
Decimal 20 136 77 0.85 0 0.43 0.47 149.48 0.74 0.31
Hex 14 88 4D 55 0 2B 2F 95 4A 1F
Octal 24 210 115 125 0 53 57 225 112 37
Binary 10100 10001000 1001101 1010101 0 101011 101111 10010101 1001010 11111

Color Harmonies of #14884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14884D

Black with #14884D

Text Example


Text Example

White with #14884D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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