Html Css Color HEX #14843F Salem

📋 copy color: '#14843F'

red 20 ◦ green 132 ◦ blue 63

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

Shades of Salem #14843F

Tints of Salem #14843F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 9.3%
G = 61.4%
B = 29.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#14843F (or 0x14843F) is known color: Salem. HEX triplet: 14, 84 and 3F. RGB value is (20,132,63). Sum of RGB (Red+Green+Blue) = 20+132+63=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #14843F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14843F is #EB7BC0. Grayscale: #5A5A5A. Windows color (decimal): -15432641 or 4162580. OLE color: 4162580.

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

Color convert

RGB 20 132 63 -
CMYK 0.85 0 0.52 0.48
HSL 143.04º 0.74% 0.3% -
HSV(B) 143.04º 0.85% 0.52% -
XYZ 9.44 17.01 7.49 -
YUV 90.65 112.39 77.61 -
System Red Green Blue C M Y K H S L
Decimal 20 132 63 0.85 0 0.52 0.48 143.04 0.74 0.3
Hex 14 84 3F 55 0 34 30 8F 4A 1E
Octal 24 204 77 125 0 64 60 217 112 36
Binary 10100 10000100 111111 1010101 0 110100 110000 10001111 1001010 11110

Color Harmonies of #14843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14843F

Black with #14843F

Text Example


Text Example

White with #14843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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