Html Css Color HEX #14844B Salem

📋 copy color: '#14844B'

red 20 ◦ green 132 ◦ blue 75

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

Shades of Salem #14844B

Tints of Salem #14844B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 8.81%
G = 58.15%
B = 33.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#14844B (or 0x14844B) is known color: Salem. HEX triplet: 14, 84 and 4B. RGB value is (20,132,75). Sum of RGB (Red+Green+Blue) = 20+132+75=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #14844B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14844B is #EB7BB4. Grayscale: #5C5C5C. Windows color (decimal): -15432629 or 4949012. OLE color: 4949012.

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

Color convert

RGB 20 132 75 -
CMYK 0.85 0 0.43 0.48
HSL 149.46º 0.74% 0.3% -
HSV(B) 149.46º 0.85% 0.52% -
XYZ 9.81 17.16 9.45 -
YUV 92.01 118.39 76.63 -
System Red Green Blue C M Y K H S L
Decimal 20 132 75 0.85 0 0.43 0.48 149.46 0.74 0.3
Hex 14 84 4B 55 0 2B 30 95 4A 1E
Octal 24 204 113 125 0 53 60 225 112 36
Binary 10100 10000100 1001011 1010101 0 101011 110000 10010101 1001010 11110

Color Harmonies of #14844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14844B

Black with #14844B

Text Example


Text Example

White with #14844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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