Html Css Color HEX #14943B Salem

📋 copy color: '#14943B'

red 20 ◦ green 148 ◦ blue 59

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

Shades of Salem #14943B

Tints of Salem #14943B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 8.81%
G = 65.2%
B = 25.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#14943B (or 0x14943B) is known color: Salem. HEX triplet: 14, 94 and 3B. RGB value is (20,148,59). Sum of RGB (Red+Green+Blue) = 20+148+59=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #14943B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14943B is #EB6BC4. Grayscale: #636363. Windows color (decimal): -15428549 or 3904532. OLE color: 3904532.

HSL color Cylindrical-coordinate representation of color #14943B: hue angle of 138.28º 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 #14943B is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 59 -
CMYK 0.86 0 0.60 0.42
HSL 138.28º 0.76% 0.33% -
HSV(B) 138.28º 0.86% 0.58% -
XYZ 11.67 21.64 7.7 -
YUV 99.58 105.09 71.24 -
System Red Green Blue C M Y K H S L
Decimal 20 148 59 0.86 0 0.60 0.42 138.28 0.76 0.33
Hex 14 94 3B 56 0 3C 2A 8A 4C 21
Octal 24 224 73 126 0 74 52 212 114 41
Binary 10100 10010100 111011 1010110 0 111100 101010 10001010 1001100 100001

Color Harmonies of #14943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14943B

Black with #14943B

Text Example


Text Example

White with #14943B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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