Html Css Color HEX #14884F Salem

📋 copy color: '#14884F'

red 20 ◦ green 136 ◦ blue 79

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

Shades of Salem #14884F

Tints of Salem #14884F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 8.51%
G = 57.87%
B = 33.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#14884F (or 0x14884F) is known color: Salem. HEX triplet: 14, 88 and 4F. RGB value is (20,136,79). Sum of RGB (Red+Green+Blue) = 20+136+79=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #14884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14884F is #EB77B0. Grayscale: #5E5E5E. Windows color (decimal): -15431601 or 5212180. OLE color: 5212180.

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

Color convert

RGB 20 136 79 -
CMYK 0.85 0 0.42 0.47
HSL 150.52º 0.74% 0.31% -
HSV(B) 150.52º 0.85% 0.53% -
XYZ 10.5 18.32 10.38 -
YUV 94.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 20 136 79 0.85 0 0.42 0.47 150.52 0.74 0.31
Hex 14 88 4F 55 0 2A 2F 97 4A 1F
Octal 24 210 117 125 0 52 57 227 112 37
Binary 10100 10001000 1001111 1010101 0 101010 101111 10010111 1001010 11111

Color Harmonies of #14884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14884F

Black with #14884F

Text Example


Text Example

White with #14884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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