Html Css Color HEX #14943A Salem

📋 copy color: '#14943A'

red 20 ◦ green 148 ◦ blue 58

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

Shades of Salem #14943A

Tints of Salem #14943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 8.85%
G = 65.49%
B = 25.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#14943A (or 0x14943A) is known color: Salem. HEX triplet: 14, 94 and 3A. RGB value is (20,148,58). Sum of RGB (Red+Green+Blue) = 20+148+58=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #14943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14943A is #EB6BC5. Grayscale: #636363. Windows color (decimal): -15428550 or 3838996. OLE color: 3838996.

HSL color Cylindrical-coordinate representation of color #14943A: hue angle of 137.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14943A is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 58 -
CMYK 0.86 0 0.61 0.42
HSL 137.81º 0.76% 0.33% -
HSV(B) 137.81º 0.86% 0.58% -
XYZ 11.64 21.63 7.57 -
YUV 99.47 104.59 71.32 -
System Red Green Blue C M Y K H S L
Decimal 20 148 58 0.86 0 0.61 0.42 137.81 0.76 0.33
Hex 14 94 3A 56 0 3D 2A 8A 4C 21
Octal 24 224 72 126 0 75 52 212 114 41
Binary 10100 10010100 111010 1010110 0 111101 101010 10001010 1001100 100001

Color Harmonies of #14943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14943A

Black with #14943A

Text Example


Text Example

White with #14943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14943A; }

 p { color: rgb(20,148,58); }

 H1.HeaderClassName
 {
   color: #14943A;
 }
 .AnyTagClassName
 {
   color: #14943A;
 }
</style>

background-color css

<style>
 a { background-color: #14943A; }

 a { background-color: rgb(20,148,58); }

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

border-color css

<style>
 span { border-color: #14943A; }

 span { border-color: rgb(20,148,58); }

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