Html Css Color HEX #14914B Salem

📋 copy color: '#14914B'

red 20 ◦ green 145 ◦ blue 75

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

Shades of Salem #14914B

Tints of Salem #14914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.42%

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

R = 8.33%
G = 60.42%
B = 31.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#14914B (or 0x14914B) is known color: Salem. HEX triplet: 14, 91 and 4B. RGB value is (20,145,75). Sum of RGB (Red+Green+Blue) = 20+145+75=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 145 (57.03% from 255 or 60.42% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 145 - color contains mainly: green. Hex color #14914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14914B is #EB6EB4. Grayscale: #636363. Windows color (decimal): -15429301 or 4952340. OLE color: 4952340.

HSL color Cylindrical-coordinate representation of color #14914B: hue angle of 146.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14914B is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 75 -
CMYK 0.86 0 0.48 0.43
HSL 146.4º 0.76% 0.32% -
HSV(B) 146.4º 0.86% 0.57% -
XYZ 11.68 20.91 10.08 -
YUV 99.65 114.09 71.19 -
System Red Green Blue C M Y K H S L
Decimal 20 145 75 0.86 0 0.48 0.43 146.4 0.76 0.32
Hex 14 91 4B 56 0 30 2B 92 4C 20
Octal 24 221 113 126 0 60 53 222 114 40
Binary 10100 10010001 1001011 1010110 0 110000 101011 10010010 1001100 100000

Color Harmonies of #14914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14914B

Black with #14914B

Text Example


Text Example

White with #14914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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