Html Css Color HEX #14844F Salem

📋 copy color: '#14844F'

red 20 ◦ green 132 ◦ blue 79

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

Shades of Salem #14844F

Tints of Salem #14844F

RGB

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

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

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

R = 8.66%
G = 57.14%
B = 34.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#14844F (or 0x14844F) is known color: Salem. HEX triplet: 14, 84 and 4F. RGB value is (20,132,79). Sum of RGB (Red+Green+Blue) = 20+132+79=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #14844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14844F is #EB7BB0. Grayscale: #5C5C5C. Windows color (decimal): -15432625 or 5211156. OLE color: 5211156.

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

Color convert

RGB 20 132 79 -
CMYK 0.85 0 0.40 0.48
HSL 151.61º 0.74% 0.3% -
HSV(B) 151.61º 0.85% 0.52% -
XYZ 9.95 17.22 10.2 -
YUV 92.47 120.39 76.31 -
System Red Green Blue C M Y K H S L
Decimal 20 132 79 0.85 0 0.40 0.48 151.61 0.74 0.3
Hex 14 84 4F 55 0 28 30 98 4A 1E
Octal 24 204 117 125 0 50 60 230 112 36
Binary 10100 10000100 1001111 1010101 0 101000 110000 10011000 1001010 11110

Color Harmonies of #14844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14844F

Black with #14844F

Text Example


Text Example

White with #14844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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